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