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