common.d.ts 256 Bytes
/// <reference types="react" />
import { ProgressProps } from './interface';
export declare const defaultProps: Partial<ProgressProps>;
export declare const useTransitionDuration: (percentList: number[]) => import("react").MutableRefObject<undefined>[][];