import type { Components, JSX } from "../types/components"; interface RuxIconBugReport extends Components.RuxIconBugReport, HTMLElement {} export const RuxIconBugReport: { prototype: RuxIconBugReport; new (): RuxIconBugReport; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;