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