import { ElementRef } from '@angular/core'; export declare type ContentPair = { selector: string; ref: ElementRef; }; export declare function requireInput(inputs: Array, component: any): void; export declare function requireContent(contentPairs: ContentPair[], component: any): void; export declare function isEmptyView(el: ElementRef): boolean;