import { IBoxProps } from "../styling/box/_types/IBoxProps"; import { FC } from "react"; /** * A box that is not visible and can be used for measuring content sizes */ export declare const MeasureBox: FC; //# sourceMappingURL=MeasureBox.d.ts.map