import { IconProps } from '@radix-ui/react-icons/dist/types'; /** * OVERRIDE! * This replaces Radix UI BellIcon */ export declare const BellIcon: ({ color, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;