import type { ProgressProps } from './interface'; export declare const defaultProps: Partial; export declare const useTransitionDuration: (percentList: number[]) => import("react").MutableRefObject[][];