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