import { QueryList, AfterContentInit, Signal, WritableSignal } from '@angular/core'; import { TableGridColumnComponent } from '../tableGridColumn/tableGridColumn.component'; import { TableGridColumn, MetadataGatherer, TableGridMetadata } from '../../interfaces'; import * as i0 from "@angular/core"; /** * Component that is used for gathering metadata for table */ export declare class TableGridMetadataGathererComponent implements AfterContentInit, MetadataGatherer>> { /** * Signal for metadata value */ protected metadataValue: WritableSignal>>; /** * @inheritdoc */ get metadata(): Signal>>; /** * Gets all columns defined in gatherer */ protected columns: QueryList> | undefined | null; /** * Called when content was initialized */ ngAfterContentInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵcmp: i0.ɵɵComponentDeclaration, "basic-table-metadata, table-metadata", never, {}, {}, ["columns"], never, true, never>; } //# sourceMappingURL=tableGridMetadataGatherer.component.d.ts.map