import { PropertyEditorPropertyDescriptionButtonClickEventArgs as PropertyEditorPropertyDescriptionButtonClickEventArgs_internal } from "./PropertyEditorPropertyDescriptionButtonClickEventArgs"; export declare class IgxPropertyEditorPropertyDescriptionButtonClickEventArgs { protected createImplementation(): PropertyEditorPropertyDescriptionButtonClickEventArgs_internal; protected _implementation: any; /** * @hidden */ get i(): PropertyEditorPropertyDescriptionButtonClickEventArgs_internal; private onImplementationCreated; constructor(); protected _provideImplementation(i: any): void; }