import { OnInit } from '@angular/core';
export declare class PageSectionComponent implements OnInit {
    layout: 'double' | 'tips' | 'noTips';
    constructor();
    ngOnInit(): void;
}
