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