export declare const mixinsLink: (proxy: any, { to, replace, target }: {
    to: any;
    replace: any;
    target: any;
}) => {
    linkUrl: import("vue").ComputedRef<any>;
    handleOpenTo: () => void;
    handleLink: (newWindow?: boolean) => void;
    handleCheckClick: (event: Event, newWindow?: boolean) => boolean;
};
