import React from 'react'; import { BoxProps } from 'reflexbox'; export declare const Flex: (props: BoxProps & { gap?: number; children: React.ReactNode; }) => any;