import type { TextFieldProps } from './types.ts';
declare const TextField: import("svelte").Component<TextFieldProps, {}, "element" | "value" | "inputElement" | "clientWidth" | "clientHeight" | "focused">;
type TextField = ReturnType<typeof TextField>;
export default TextField;
