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