import { h } from 'preact'; import { IconProps } from './types'; export declare const CircleIcon: ({ size, strokeWidth, primaryColor, secondaryColor, className, title, }: IconProps) => h.JSX.Element; //# sourceMappingURL=circle.d.ts.map