import type { FC, DetailedHTMLProps, HTMLAttributes } from 'react'; export interface PharosProgressBarProps extends DetailedHTMLProps, HTMLElement> { /** * Indicates the value for the progress bar. */ value?: number | undefined; } export declare const PharosProgressBar: FC; //# sourceMappingURL=pharos-progress-bar.d.ts.map