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