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