import { OnInit } from '@angular/core'; import { MatDialog } from '@angular/material/dialog'; import { SCBaseComponent } from '../../core'; import * as i0 from "@angular/core"; export declare class SCShellCustomButtonComponent extends SCBaseComponent implements OnInit { private dialogService; icon: string; iconType: string; customComponent: any; isDialog: boolean; constructor(dialogService: MatDialog); ngOnInit(): void; openDialog(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }