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