declare const Input: import("@kitty-ui/utils/withinstall").SFCWithInstall; changeInputVal: (event: Event) => void; attrs: { [x: string]: unknown; }; styleClass: import("vue").ComputedRef<{ [x: string]: string | boolean | import("vue").Slot | undefined; 'is-disabled': boolean | undefined; "k-input-group k-input-prepend": import("vue").Slot | undefined; "k-input-group k-input-append": import("vue").Slot | undefined; }>; inputStyle: import("vue").ComputedRef<{ "k-input--prefix": string | undefined; }>; isEnter: import("vue").Ref; clearValue: () => void; ipt: import("vue").Ref; eyeIcon: import("vue").Ref; isShowEye: import("vue").ComputedRef; changeType: () => void; isShowSuffixIcon: import("vue").ComputedRef; isShowPrefixIcon: import("vue").ComputedRef; textareaStyle: import("vue").Ref; textarea: import("vue").ShallowRef; slots: Readonly<{ [name: string]: import("vue").Slot | undefined; }>; readonly Icon: import("@kitty-ui/utils/withinstall").SFCWithInstall; styleDot: import("vue").ComputedRef<{ "kitty-dot": boolean; }>; badge: import("vue").ComputedRef; iconColor: import("vue").ComputedRef<{ color: string | undefined; }>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, { dot: boolean; }>>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly> & { "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; onChange?: ((...args: any[]) => any) | undefined; }, {}>>; export default Input;