import { IconProps } from '../lib';
declare function Bell(props: IconProps): JSX.Element;
export default Bell;
