import { ReactNode } from 'react'; import { FlexStyle } from '../../../styles/types'; export declare const stackVariants: (props?: ({ variant?: "default" | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; export type StackProps = React.HTMLAttributes & FlexStyle & { children: ReactNode; isDivided?: boolean; dividerLabels?: string[]; }; //# sourceMappingURL=types.d.ts.map