import { PropsWithChildren } from 'react'; import { BaseProps } from '../../@types/base'; export type CenterProps = PropsWithChildren>; export declare function Center({ children, flex, ...rest }: CenterProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Center.d.ts.map