export type ProgressIndicatorProps = {
    /** Clamped 0–100 completion. */
    percent: number;
};
/** Circular progress indicator with input from 0 to 100. */
export declare const CircularProgressIndicator: ({ percent }: ProgressIndicatorProps) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=progress-indicators.d.ts.map