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
*/exportdeclareconstMeasureBox: FC<IBoxProps>;
//# sourceMappingURL=MeasureBox.d.ts.map