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