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