import React, { SVGProps } from 'react'; declare const BugIcon: React.MemoExoticComponent<(props: SVGProps) => JSX.Element>; export { BugIcon };