import type { SimpleProp } from './helpers/factory'; export declare const progressVariantOptions: readonly ["bar", "cycle"]; export type ProgressVariantType = (typeof progressVariantOptions)[number]; export type VariantProgressProp = SimpleProp<'variant', ProgressVariantType>; export declare const variantProgressProp: import("./helpers/factory").PropDefinition, VariantProgressProp>;