import { TemplateRef } from '@angular/core';
export declare class LayoutSection {
    baseClass: boolean;
    secondary: boolean;
    oneHalf: boolean;
    oneThird: boolean;
    annotated: boolean;
    title: string | TemplateRef<any>;
    description: string | TemplateRef<any>;
}
