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