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