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