import React from 'react'; import { FlexProps } from './PropsType'; declare const Flex: React.FC; export default Flex;