import * as React from 'react';
declare function SvgBellIcon(props: React.SVGProps<SVGSVGElement>): JSX.Element;
declare const MemoSvgBellIcon: React.MemoExoticComponent<typeof SvgBellIcon>;
export default MemoSvgBellIcon;
