import { ReactNode } from 'preact/compat'; interface Props { children?: ReactNode; withFullHeight?: boolean; } declare const _default: import('preact').FunctionalComponent & { ref?: import('preact').Ref | undefined; }>; export default _default; //# sourceMappingURL=Root.d.ts.map