import { ChangeDetectorRef, OnChanges, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class UofxEmptyStatusComponent implements OnChanges { private cdr; uofSize: 'default' | 'small'; defaultClass: boolean; smallClass: boolean; constructor(cdr: ChangeDetectorRef); ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }