export * from './dom-hooks';
export type { DOMProps, DOMImperativeFactory } from './dom.types';
/** @returns `true` when the current JS running in a DOM Component environment. */
export declare const IS_DOM = false;
//# sourceMappingURL=dom.d.ts.map