import { QueryList, AfterContentInit } from "@angular/core"; import { ValidationComponent } from './validation.component'; export declare class ValidationGroupComponent implements AfterContentInit { disabled: boolean; classes: any; validationsComponents: QueryList; private supportedValidator; constructor(); ngAfterContentInit(): void; validate(): boolean; }