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