import { HTMLAttributes, ReactNode } from 'react'; export declare function FullHeight({ children, ...props }: { children: ReactNode; } & HTMLAttributes): import("@emotion/react/jsx-runtime").JSX.Element;