import { TdChatInputProps } from '../type'; import { PropType } from 'vue'; declare const _default: { autofocus: BooleanConstructor; autosize: { type: PropType; default: TdChatInputProps["autosize"]; }; disabled: BooleanConstructor; placeholder: { type: StringConstructor; default: string; }; stopDisabled: BooleanConstructor; suffixIcon: { type: PropType; }; value: { type: PropType; default: TdChatInputProps["value"]; }; modelValue: { type: PropType; default: TdChatInputProps["value"]; }; defaultValue: { type: PropType; }; onBlur: PropType; onChange: PropType; onFocus: PropType; onSend: PropType; onStop: PropType; }; export default _default;