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