import { FC } from "react"; import { IBoxProps } from "../styling/box/_types/IBoxProps"; /** * A box that has absolute positioning and fills its parent */ export declare const FillBox: FC; //# sourceMappingURL=FillBox.d.ts.map