import React from 'react'; export interface GuestLoginScreenProps { navigation: { navigate: (route: string, params?: Record) => void; replace: (route: string, params?: Record) => void; }; } export declare function GuestLoginScreen({ navigation }: GuestLoginScreenProps): React.JSX.Element; //# sourceMappingURL=GuestLoginScreen.d.ts.map