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