import { IFormControl } from '../controls'; import { PropertyGridOptions } from '../models'; import { EventDispatcherService } from '../services'; export declare const propertyGridControlDecorator: (ctrl: IFormControl, pgOptions: PropertyGridOptions, eventDispatcher: EventDispatcherService) => IFormControl;