import { OnInit } from '@angular/core';
import { PhoneService } from '../../../service/index';
export declare class SoftPhoneBodyComponent implements OnInit {
    private service;
    constructor(service: PhoneService);
    ngOnInit(): void;
    isDialOutboundOrForwarding(): boolean;
    displayPhone(): boolean;
}
