import { BoxProps } from "../Box"; export type FlexProps = Omit; export declare const Flex: ({ ...rest }: FlexProps) => import("react/jsx-runtime").JSX.Element;