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