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