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