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