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