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