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