/// <reference types="react" />
declare const BellSimple: (props: any, ref: any) => JSX.Element;
export default BellSimple;
