/// interface Props { to: string; replace?: boolean; } export declare const EasyNavigate: ({ to, replace }: Props) => JSX.Element; export {};