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