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