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