export type ProgressVariant = 'default' | 'error' | 'alert' | 'success' | 'info' | 'warning'; export declare const progressGapSizes: (props?: ({ size?: "m" | "s" | "l" | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; export declare const progressColorVariants: (props?: ({ variant?: "error" | "success" | "info" | "warning" | "alert" | "default" | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; export declare const progressCheckpointSizes: (props?: ({ size?: "m" | "s" | "l" | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; export declare const progressStyles: ({ classNames, variant, }: { classNames?: string | undefined; variant: ProgressVariant; }) => string; export declare const progressBackgroundVariants: (props?: ({ isBlack?: boolean | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; //# sourceMappingURL=types.d.ts.map