import { ValidationErrors as ValidationErrors_internal } from "./ValidationErrors";
import { ContentChildrenManager } from "igniteui-react-core";
export declare class IgrValidationErrors {
    protected createImplementation(): ValidationErrors_internal;
    protected _implementation: any;
    protected mounted: boolean;
    get nativeElement(): HTMLElement;
    /**
     * @hidden
     */
    get i(): ValidationErrors_internal;
    protected onImplementationCreated(): void;
    protected _contentChildrenManager: ContentChildrenManager;
    constructor();
    protected _provideImplementation(i: any): void;
    findByName(name: string): any;
    setNativeElement(element: any): void;
}
