import type { Components, JSX } from "../types/components"; interface RuxIconReportProblem extends Components.RuxIconReportProblem, HTMLElement {} export const RuxIconReportProblem: { prototype: RuxIconReportProblem; new (): RuxIconReportProblem; };