import { CSSProperties } from 'react';
export declare function useProgressAnimation(percent: number, isSVG: boolean): CSSProperties;
