import { ElementRef, OnChanges } from '@angular/core'; import { PureComponent } from '../../../../common/component/src/pure-component'; import { NgChanges } from '../../../../common/component/src/ng-changes'; import * as i0 from "@angular/core"; export declare class EmptySourceComponent extends PureComponent implements OnChanges { items: Array; constructor(elRef: ElementRef); ngOnChanges(changes: NgChanges): void; protected getSelectorName(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }