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