import { FunctionComponent } from 'react'; import { FlexProps } from './types'; declare const Flex: FunctionComponent>; export default Flex;