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