import { IconType, ValidateInputBaseT } from '../../..'; import { BagelInputShellProps } from './bagelInputShell'; export interface TextInputProps extends ValidateInputBaseT, BagelInputShellProps { id?: string; title?: string; helptext?: string; name?: string; placeholder?: string; modelValue?: string | number; label?: string; small?: boolean; dense?: boolean; required?: boolean; pattern?: string; defaultValue?: string | number; shrink?: boolean; underlined?: boolean; disabled?: boolean; type?: string; nativeInputAttrs?: { [key: string]: any; }; icon?: IconType; iconStart?: IconType; multiline?: boolean; autoheight?: boolean; code?: boolean; rows?: number | string; autocomplete?: string; autofocus?: boolean; error?: string; onFocusout?: (e: FocusEvent) => void; onFocus?: (e: FocusEvent) => void; } declare const _default: import('vue').DefineComponent void | undefined; hasFocus: () => boolean; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (...args: any[]) => void; debounce: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; onDebounce?: ((...args: any[]) => any) | undefined; }>, { type: string; modelValue: string | number; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { input: HTMLTextAreaElement; }, HTMLDivElement>; export default _default; //# sourceMappingURL=TextInput.vue.d.ts.map