import type { SVGProps } from 'react'; declare const SvgBell: (props: SVGProps) => import("react").JSX.Element; /** * @deprecated The ‘Bell’ icon will be removed on or after 2026-07-09. * Use ‘Notification’ instead. */ export default SvgBell;