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