import { FASTElement } from "@microsoft/fast-element"; type ProgressVariants = { primary: string; secondary: string; danger: string; warning: string; information: string; success: string; neutral: string; }; export declare class enmeddProgressIndicator extends FASTElement { label?: string; value?: number; min?: number; max?: number; circular?: boolean; withPercentage?: boolean; indeterminate?: boolean; variant?: keyof ProgressVariants; connectedCallback(): void; valueChanged(): void; handleProgress(): void; } export declare const EnmeddProgressIndicator: import("@microsoft/fast-react-wrapper").ReactWrapper; export {}; //# sourceMappingURL=progressIndicator.d.ts.map