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