import type { RefsValue } from '@antdv/ui/es/types'; import type { Ref } from 'vue'; import type { ProgressProps } from './types'; export declare const defaultProps: Partial; export declare function useTransitionDuration(paths: Ref): Ref;