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