import { DataSourcePropertiesRequestedChangedEventArgs as DataSourcePropertiesRequestedChangedEventArgs_internal } from "./DataSourcePropertiesRequestedChangedEventArgs";
import { ContentChildrenManager } from "./ContentChildrenManager";
/**
 * Provides information about a properties requested changed event.
*/
export declare class IgrDataSourcePropertiesRequestedChangedEventArgs {
    protected createImplementation(): DataSourcePropertiesRequestedChangedEventArgs_internal;
    protected _implementation: any;
    protected mounted: boolean;
    get nativeElement(): HTMLElement;
    /**
     * @hidden
     */
    get i(): DataSourcePropertiesRequestedChangedEventArgs_internal;
    protected onImplementationCreated(): void;
    protected _contentChildrenManager: ContentChildrenManager;
    constructor();
    protected _provideImplementation(i: any): void;
}
