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