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