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