type CircularWithLabelProps = { value: number; }; declare function CircularWithLabel({ value, ...others }: CircularWithLabelProps): import("react/jsx-runtime").JSX.Element; export { CircularWithLabel }; export type { CircularWithLabelProps }; //# sourceMappingURL=CircularWithLabel.d.ts.map