///
import type { SvelteComponentTyped } from "svelte";
export interface TextFieldProps
extends svelte.JSX.HTMLAttributes,
svelte.JSX.HTMLAttributes {
/**
* @default null
*/
class?: string | false | null;
/**
* A class string to assign to the `` or `