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