import { type VariantProps } from 'class-variance-authority'; export declare const progressSegmentedVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string; export declare const segmentVariants: (props?: ({ state?: "complete" | "incomplete" | "inprogress" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export type ProgressSegmentedVariants = VariantProps; export type SegmentVariants = VariantProps; //# sourceMappingURL=styles.d.ts.map