import * as React from "react"; type Props = { onPressLogin: (params: { email: string; password: string; }) => void; errorMessage?: string; }; export declare const LoginPage: React.FC; export {}; //# sourceMappingURL=LoginPage.d.ts.map