import { SavedFlowRunsSearch } from '../compositions/useSavedFlowRunsSearches'; import { SavedSearch } from '../models/SavedSearch'; type __VLS_Props = { showModal: boolean; savedSearch: SavedFlowRunsSearch; }; declare var __VLS_31: {}; type __VLS_Slots = {} & { actions?: (props: typeof __VLS_31) => any; }; declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { "update:showModal": (value: boolean) => any; saved: (value: SavedSearch) => any; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:showModal"?: ((value: boolean) => any) | undefined; onSaved?: ((value: SavedSearch) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };