type Props = { search?: string; currentSort?: { field: string; order: 'asc' | 'desc'; }; mode: 'management' | 'selector'; selectedItemIds?: string[]; addedItemIds?: string[]; }; declare const _default: import('vue').DefineComponent any; "update:search": (value: string) => any; "clear-selection": () => any; "items-added": (itemIds: string[], position?: "bottom" | "top" | undefined) => any; "items-removed": (itemIds: string[]) => any; "breadcrumb-click": (index: number) => any; "breadcrumb-reset": () => any; "sort-changed": (sort: { field: string; order: "asc" | "desc"; }) => any; }, string, import('vue').PublicProps, Readonly & Readonly<{ onSearch?: ((value: string) => any) | undefined; "onUpdate:search"?: ((value: string) => any) | undefined; "onClear-selection"?: (() => any) | undefined; "onItems-added"?: ((itemIds: string[], position?: "bottom" | "top" | undefined) => any) | undefined; "onItems-removed"?: ((itemIds: string[]) => any) | undefined; "onBreadcrumb-click"?: ((index: number) => any) | undefined; "onBreadcrumb-reset"?: (() => any) | undefined; "onSort-changed"?: ((sort: { field: string; order: "asc" | "desc"; }) => any) | undefined; }>, { search: string; addedItemIds: string[]; selectedItemIds: string[]; currentSort: { field: string; order: "asc" | "desc"; }; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; export default _default;