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