import React from 'react'; import { Flex } from '../Flex/Flex'; type CenterProps = React.ComponentProps>; export const Center = (props: CenterProps) => { return ( ); };