import type { IToolbar, TEvent } from "./types"; declare const _sfc_main: import("vue").DefineComponent<{ data: IToolbar[]; events: TEvent[]; selection: any[]; otherParams: any; searchParams: any; }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{ data: IToolbar[]; events: TEvent[]; selection: any[]; otherParams: any; searchParams: any; }>, { otherParams: any; searchParams: any; }>; export default _sfc_main;