import { TransitionOutCompletedEventArgs as TransitionOutCompletedEventArgs_internal } from "./TransitionOutCompletedEventArgs";
import { ContentChildrenManager } from "igniteui-react-core";
/**
 * EventArgs class for TransitionOutCompleted events.
*/
export declare class IgrTransitionOutCompletedEventArgs {
    protected createImplementation(): TransitionOutCompletedEventArgs_internal;
    protected _implementation: any;
    protected mounted: boolean;
    get nativeElement(): HTMLElement;
    /**
     * @hidden
     */
    get i(): TransitionOutCompletedEventArgs_internal;
    protected onImplementationCreated(): void;
    protected _contentChildrenManager: ContentChildrenManager;
    constructor();
    protected _provideImplementation(i: any): void;
}
