import { OnInit } from '@angular/core';
import { BaseComponent } from '../base.component';
import * as i0 from "@angular/core";
export declare class CatToolbarComponent extends BaseComponent implements OnInit {
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<CatToolbarComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<CatToolbarComponent, "cat-toolbar", never, {}, {}, never, ["[toolbarStart]", "[toolbarEnd]", "[toolbarFull]"], true, never>;
}
