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