import type { RefsValue } from '../../_util/hooks/useRefs'; import type { Ref } from 'vue'; import type { ProgressProps } from './types'; export declare const defaultProps: Partial; export declare const useTransitionDuration: (paths: Ref) => Ref;