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