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