export declare class FormService { model: any; constructor(); init(options: any): void; errorHandler(error: any): void; }