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