export declare const SearchBox: import('vue').DefineComponent, () => import('vue').VNode, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (e: string) => true; search: (e: string) => true; }, string, import('vue').PublicProps, Readonly> & Readonly<{ onSearch?: ((e: string) => any) | undefined; "onUpdate:modelValue"?: ((e: string) => any) | undefined; }>, { modelValue: string; placeholder: string; searchBtn: boolean; routeBtn: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;