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