export type IProgressBarProps = {
    className?: string;
    progress?: number;
    intermediate?: boolean;
};
//# sourceMappingURL=types.d.ts.map