export interface LoginViewProps { states: { error: string; loading: boolean; }; refs: { formRef: any; }; } export declare function LoginView(props: LoginViewProps): any;