import { type LoadingState } from '../ScalarLoading'; /** * Scalar Sidebar Search Input component * * An inline search input for the sidebar with a clear button * and optional loading indicator. * * @example * */ declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: import("vue").DefineComponent<{ autofocus?: boolean; loader?: LoadingState; label?: string; } & { modelValue?: string; }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:modelValue": (value: string | undefined) => any; }, string, import("vue").PublicProps, Readonly<{ autofocus?: boolean; loader?: LoadingState; label?: string; } & { modelValue?: string; }> & Readonly<{ "onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; //# sourceMappingURL=ScalarSidebarSearchInput.vue.d.ts.map