import { ComponentPropsWithRef, ReactElement } from "react";
/**
 * @public
 */
declare function BugIcon(props: ComponentPropsWithRef<"svg">): ReactElement;
export { BugIcon, BugIcon as default };
//# sourceMappingURL=Bug.d.ts.map