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