/// export { BaseAbsoluteCenter as AbsoluteCenter } from '../utils/ComponentLibrary'; /** * Center is a layout component that centers its child within itself. * Center: centers its child given width and height * Square: centers its child given size (width and height) * Circle: a Square with round border-radius * https://chakra-ui.com/docs/layout/center */ export declare function Center({ ...props }: any): JSX.Element; export declare function Square({ ...props }: any): JSX.Element; export declare function Circle({ ...props }: any): JSX.Element; //# sourceMappingURL=Center.d.ts.map