import { VariantProps } from 'class-variance-authority'; declare const stackVariants: (props?: ({ direction?: "horizontal" | "vertical" | null | undefined; spacing?: 0 | 1 | 2 | 12 | 16 | 3 | 8 | 10 | 5 | 4 | 6 | null | undefined; align?: "center" | "start" | "end" | "stretch" | null | undefined; justify?: "center" | "start" | "end" | "between" | null | undefined; } & import('class-variance-authority/dist/types').ClassProp) | undefined) => string; export interface StackProps extends React.HTMLAttributes, VariantProps { } export declare const Stack: import('react').ForwardRefExoticComponent>; export {}; //# sourceMappingURL=Stack.d.ts.map