import { QueryList, AfterContentInit } from '@angular/core';
import { InputGroupListComponent } from './input-group-list.component';
import * as i0 from "@angular/core";
export declare class InputGroupListContainerDirective implements AfterContentInit {
    listProjections: QueryList<InputGroupListComponent>;
    ngAfterContentInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<InputGroupListContainerDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<InputGroupListContainerDirective, "[c8yInputGroupListContainer]", never, {}, {}, ["listProjections"], never, false, never>;
}
//# sourceMappingURL=input-group-list-container.directive.d.ts.map