import { ControlContainer } from '@angular/forms';
import * as i0 from "@angular/core";
export declare class PghMarkAllAsTouchedDirective {
    private container;
    onSubmit(): void;
    constructor(container: ControlContainer);
    static ɵfac: i0.ɵɵFactoryDeclaration<PghMarkAllAsTouchedDirective, [{ self: true; }]>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<PghMarkAllAsTouchedDirective, "form[formGroup]", never, {}, {}, never, never, false, never>;
}
