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