import { SVGProps } from "react"; declare const BellIcon: (props: SVGProps) => JSX.Element; export default BellIcon;