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