import type { Components, JSX } from "../types/components";

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