import { CSSProperties, SyntheticEvent } from 'react'; type CircularProgressProps = { value?: number; photoSrc?: string; size?: string; style?: CSSProperties; circleSize?: string; onClick?: (a: SyntheticEvent) => unknown; loadingMode?: boolean; }; export default CircularProgressProps; //# sourceMappingURL=type.d.ts.map