import type { LinkProps } from '../types'; export declare function pickLinkProps(link: LinkProps & { [key: string]: any; }): import("@vueuse/shared").ReactivePickReturn; export declare function isPartiallyEqual(item1: any, item2: any): boolean;