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