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