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