import React from 'react'; import { Flex } from '../Flex/Flex'; type CenterProps = React.ComponentProps>; export declare const Center: (props: CenterProps) => import("react/jsx-runtime").JSX.Element; export {};