import { LookupProps } from "../lookup.props";
export declare function useNavigation(props: LookupProps, context: any): {
    renderNavigation: () => any;
    selectedItems: import("vue").Ref<any, any>;
    getNavigationIdField: () => string;
    getRelationFilter: (navRows: any[]) => any[] | "";
};
