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