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