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