import { TabbingManager } from ".";
import { FormFactory } from "..";
import { BaseElementFactory } from "../BaseElementFactory";
export declare class validationTabbing {
    tabbing: TabbingManager;
    currentElementFactory: BaseElementFactory;
    static gotoNextElement(tabbing: TabbingManager, currentElementFactory: BaseElementFactory): void;
    formFactory: FormFactory;
    constructor(tabbing: TabbingManager, currentElementFactory: BaseElementFactory);
    gotoNextElement: () => void;
}
//# sourceMappingURL=ValidationTabbing.d.ts.map