import { OnInit } from '@angular/core';
export declare class FlexTopCenterBottomComponent implements OnInit {
    topHeight: number;
    bottomHeight: number;
    topBg: string;
    bottomBg: string;
    bodyBg: string;
    constructor();
    ngOnInit(): void;
}
