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