import * as React from "react"; import { IconProps } from '../lib'; declare const CallBell: (props: IconProps) => React.JSX.Element; export default CallBell; //# sourceMappingURL=CallBell.d.ts.map