import { TemplateRef } from '@angular/core'; export declare class AtDividerComponent { constructor(); vertical: boolean; height: any; text: string | TemplateRef; readonly divider: boolean; readonly verticalCls: boolean; readonly horizontalCls: boolean; readonly textCls: boolean; readonly heightStyle: string; }