export interface NgxHasHeight { height?: string; autoHeight: boolean; minHeight?: string; markForCheck(): void; }