/// import { EventEmitter, ElementRef, OnChanges, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class jqxFormComponent implements OnChanges { attrPadding: jqwidgets.FormPadding; attrBackgroundColor: string; attrBorderColor: string; attrValue: any; attrTemplate: Array; attrEnableSmartPaste: boolean; attrAiKey: string; attrAiUrl: string; attrWidth: string | number; attrHeight: string | number; autoCreate: boolean; properties: string[]; host: any; elementRef: ElementRef; widgetObject: jqwidgets.jqxForm; constructor(containerElement: ElementRef); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): boolean; arraysEqual(attrValue: any, hostValue: any): boolean; manageAttributes(): any; moveClasses(parentEl: HTMLElement, childEl: HTMLElement): void; moveStyles(parentEl: HTMLElement, childEl: HTMLElement): void; createComponent(options?: any): void; createWidget(options?: any): void; __updateRect__(): void; setOptions(options: any): void; padding(arg?: jqwidgets.FormPadding): jqwidgets.FormPadding; backgroundColor(arg?: string): string; borderColor(arg?: string): string; value(arg?: any): any; template(arg?: Array): Array; enableSmartPaste(arg?: boolean): boolean; aiKey(arg?: string): string; aiUrl(arg?: string): string; getInstance(): any; refresh(): void; destroy(): void; hideComponent(name: string): void; showComponent(name: string): void; val(value?: any): any; submit(action?: string, target?: string, method?: string): void; getComponentByName(name?: string): any; onFormDataChange: EventEmitter; onButtonClick: EventEmitter; __wireEvents__(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }