type CircularWithPathProps = { value: number; size: number; variant: 'determinate' | 'indeterminate'; thickness: number; showLabel: boolean; pathColor: string; sx: any; others: any; }; declare function CircularWithPath({ value, size, variant, thickness, showLabel, pathColor, sx, ...others }: CircularWithPathProps): import("react/jsx-runtime").JSX.Element; export { CircularWithPath }; export type { CircularWithPathProps }; //# sourceMappingURL=CircularWithPath.d.ts.map