import { type LoadingState } from '../ScalarLoading'; /** * Scalar search input component * * Provides an large input field with a loading state and a clear button, * intended to be used with the ScalarSearchResults component. * * If you want a smaller input field for use in a sidebar, use * the ScalarSidebarSearchInput component instead. * * @example * */ declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: import("vue").DefineComponent<{ loader?: LoadingState; label?: string; } & { modelValue?: string; }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:modelValue": (value: string | undefined) => any; }, string, import("vue").PublicProps, Readonly<{ loader?: LoadingState; label?: string; } & { modelValue?: string; }> & Readonly<{ "onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; //# sourceMappingURL=ScalarSearchInput.vue.d.ts.map