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