import { type CenterProps } from './Center.types'; /** * `Center` is a layout component that centers its child within itself. * @example * * ```tsx *
* Centered content *
* ``` */ export declare const Center: import("react").ForwardRefExoticComponent>; //# sourceMappingURL=Center.d.ts.map