import { IgxPropertyEditorPropertyDescriptionCollection } from "./igx-property-editor-property-description-collection"; import { PropertyEditorDescriptionObject as PropertyEditorDescriptionObject_internal } from "./PropertyEditorDescriptionObject"; export declare class IgxPropertyEditorDescriptionObject { protected createImplementation(): PropertyEditorDescriptionObject_internal; protected _implementation: any; /** * @hidden */ get i(): PropertyEditorDescriptionObject_internal; private onImplementationCreated; constructor(); protected _provideImplementation(i: any): void; get descriptionType(): string; set descriptionType(v: string); private _properties; get properties(): IgxPropertyEditorPropertyDescriptionCollection; set properties(v: IgxPropertyEditorPropertyDescriptionCollection); static ngAcceptInputType_properties: IgxPropertyEditorPropertyDescriptionCollection | string; findByName(name: string): any; }