import { ComponentProps, FunctionComponent } from 'react'; import { UseWindowHeightFillProps } from '../../hooks/useWindowHeightFill/useWindowHeightFill'; import { ScrollPane } from '../ScrollPane/ScrollPane'; type FillHeightBoxProps = Omit & ComponentProps; export declare const FillHeightBox: FunctionComponent; export {}; //# sourceMappingURL=FillHeightBox.d.ts.map