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