import type { PropType, SlotsType } from 'vue'; import type { ListLoadFn, ListMeta } from '../entity'; import type { SearchSlotProps } from './type'; export declare const ASearch: import("vue").DefineComponent; }; iconClass: { type: StringConstructor; }; busy: { type: BooleanConstructor; }; load: { type: PropType; }; meta: { type: PropType; }; }>, () => import("vue").VNode | import("vue").VNode[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; iconClass: { type: StringConstructor; }; busy: { type: BooleanConstructor; }; load: { type: PropType; }; meta: { type: PropType; }; }>> & Readonly<{}>, { icon: boolean; busy: boolean; }, SlotsType<{ default: SearchSlotProps; }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=ASearch.d.ts.map