import { OnInit, TemplateRef } from '@angular/core';
export declare class MatJumbotronContentComponent implements OnInit {
    /** Template for page outlook content. */
    content: TemplateRef<any>;
    constructor();
    ngOnInit(): void;
}
