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