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