import React from 'react';
import { IconBaseProps } from '../icon/IconBase';
declare const Bell: React.FC<IconBaseProps>;
export default Bell;
