import { ProgressIndicatorProps } from './progress-indicator.types.js'; export declare function ProgressIndicator({ color, label, size, icon: EmbedIcon, className, 'aria-label': ariaLabel, ...props }: ProgressIndicatorProps): import("react/jsx-runtime").JSX.Element;