import * as react_jsx_runtime from '/home/runner/work/nex-ui/nex-ui/node_modules/@types/react/jsx-runtime.d.ts';
import { FlexProps } from './types.js';
import { ElementType } from 'react';

declare const Flex: {
    <RootComponent extends ElementType = "div">(inProps: FlexProps<RootComponent>): react_jsx_runtime.JSX.Element;
    displayName: string;
};

export { Flex };
