/// export declare const EasyCircularProgress: () => JSX.Element; interface iProps { value: number; margin?: number; } export declare const EasyDeterminedCircularProgress: ({ value, margin }: iProps) => JSX.Element; export {};