declare type KeyValue = { [key: string]: string; }; export declare function loginForm(msg: string, hiddenFields: KeyValue): string; export {};