import type React from 'react'; import { type IconProps } from './IconSvg'; export declare function CircleInfoIcon({ size, strokeWidth, title, className, style, }: Readonly): React.JSX.Element; //# sourceMappingURL=CircleInfoIcon.d.ts.map