import { FC } from "react"; import { IBoxProps } from "../styling/box/_types/IBoxProps"; /** * A box that centers its contents */ export declare const CenterBox: FC; //# sourceMappingURL=CenterBox.d.ts.map