/// interface Props { userName: string; password: string; isFirstRegister: boolean; onEnterApp: () => void; } export default function ThirdPartRegisterSuccess(props: Props): JSX.Element; export {};