import type { SVGProps } from 'react';
declare const SvgBellFill: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
/**
 * @deprecated The ‘BellFill’ icon will be removed in release 5.0.0.
 * Use ‘NotificationFill’ instead.
 */
export default SvgBellFill;
