import type { SVGProps } from "react"; export interface InfoCircleIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function InfoCircleIcon({ className, size, color, ...props }: InfoCircleIconProps): import("react").JSX.Element; //# sourceMappingURL=info-circle-icon.d.ts.map