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