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