import { PropType } from 'vue'; import type { Size } from '../_utils/constant'; import { ButtonProps } from '../button'; declare const _default: import("vue").DefineComponent; }; buttonText: { type: StringConstructor; }; buttonProps: { type: PropType; }; fitWidth: { type: BooleanConstructor; default: boolean; }; maxWFull: { type: BooleanConstructor; default: boolean; }; }>, { inputRef: import("vue").Ref; render: () => import("vue/jsx-runtime").JSX.Element; }, {}, {}, { focus(): void; blur(): void; }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { search: (_value: string, _ev: MouseEvent) => true; }, string, import("vue").PublicProps, Readonly; }; buttonText: { type: StringConstructor; }; buttonProps: { type: PropType; }; fitWidth: { type: BooleanConstructor; default: boolean; }; maxWFull: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{ onSearch?: ((_value: string, _ev: MouseEvent) => any) | undefined; }>, { disabled: boolean; fitWidth: boolean; maxWFull: boolean; searchButton: boolean; loading: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;