export declare class FormService { localizationService: any; setLocationService(localizationService: any): void; translate(key: string): any; }