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