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