import * as react_jsx_runtime from 'react/jsx-runtime'; import { ElementType } from 'react'; import { FlexProps } from './types.js'; declare const Flex: { (inProps: FlexProps): react_jsx_runtime.JSX.Element; displayName: string; }; export { Flex };