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