import { Context } from '../context/context.service'; import { ElementRef, OnInit } from '@angular/core'; export declare class SxcToolbarDirective implements OnInit { private elementRef; private context; config: any; constructor(elementRef: ElementRef, context: Context); ngOnInit(): void; }