/// <reference types="react" />
import { FlexProps } from './Flex.types';
export declare const Flex: ({ children, ...props }: FlexProps) => JSX.Element;
