/// <reference types="react" />
export declare const ProgressIndicator: import("react").ForwardRefExoticComponent<{
    sd: 'circular' | 'linear';
    /**
     * Between 0 and 1, if is unset, act as undeterminate
     */
    value?: number | undefined;
} & import("react").RefAttributes<HTMLDivElement>>;
