interface PropsType { onRouteToLogin?: () => void; } export declare const Reset: ({ onRouteToLogin }: PropsType) => JSX.Element; export {};