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