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