import { OnInit } from '@angular/core';
export declare class LayoutVerticalCenterComponent implements OnInit {
    customStyle: Object;
    constructor();
    ngOnInit(): void;
}
