import { TemplateRef, OnInit } from '@angular/core'; export declare class ActionBarComponent implements OnInit { content: TemplateRef; cssClass: any; _top: string; _bottom: string; constructor(); is_top: boolean; is_bottom: boolean; ngOnInit(): void; }