import { VariantProps } from 'class-variance-authority'; declare const flexVariants: (props?: ({ direction?: "col" | "row" | "row-reverse" | "col-reverse" | null | undefined; align?: "center" | "start" | "baseline" | "end" | "stretch" | null | undefined; justify?: "center" | "start" | "end" | "between" | "around" | "evenly" | null | undefined; wrap?: "nowrap" | "wrap" | "wrap-reverse" | null | undefined; gap?: 0 | 1 | 2 | 12 | 16 | 3 | 8 | 10 | 5 | 4 | 6 | null | undefined; } & import('class-variance-authority/dist/types').ClassProp) | undefined) => string; export interface FlexProps extends React.HTMLAttributes, VariantProps { } export declare const Flex: import('react').ForwardRefExoticComponent>; export {}; //# sourceMappingURL=Flex.d.ts.map