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