import { ElementRef } from '@angular/core'; export declare class MediaLeftComponent { elementRef: ElementRef; alignSelf: string; alignItems: string; alignContent: string; justifyItems: string; constructor(elementRef: ElementRef); hasContent(): boolean; private _getChildNodes; }