import { StackProps } from '@mui/material';

export type FlexProps = StackProps;
export declare const Flex: (props: StackProps) => import("react/jsx-runtime").JSX.Element;
