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