import { MouseEvent } from "react"; export declare function canNavigate(event: MouseEvent, target?: string): boolean;