import type { ToolbarModelValue, ToolbarProps } from './types'; type __VLS_Props = ToolbarProps; declare function handleSearch(): void; declare function reset(emitReset?: unknown): void; type __VLS_ModelProps = { modelValue?: ToolbarModelValue; }; type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps; declare var __VLS_7: {}, __VLS_19: string, __VLS_20: { [x: string]: unknown; }, __VLS_30: {}, __VLS_37: {}, __VLS_39: {}, __VLS_57: {}; type __VLS_Slots = {} & { [K in NonNullable]?: (props: typeof __VLS_20) => any; } & { default?: (props: typeof __VLS_7) => any; } & { 'expand-icon'?: (props: typeof __VLS_30) => any; } & { extra?: (props: typeof __VLS_37) => any; } & { 'action-prepend'?: (props: typeof __VLS_39) => any; } & { 'action-append'?: (props: typeof __VLS_57) => any; }; declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, { search: typeof handleSearch; reset: typeof reset; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { search: (params: ToolbarModelValue) => any; reset: () => any; "update:modelValue": (value: ToolbarModelValue) => any; }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{ onSearch?: ((params: ToolbarModelValue) => any) | undefined; onReset?: (() => any) | undefined; "onUpdate:modelValue"?: ((value: ToolbarModelValue) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };