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