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