import { OnInit } from '@angular/core';
import "../SIPml.js";
import { PhoneService } from '../../../service/index';
export declare class ExpertComponent implements OnInit {
    private service;
    constructor(service: PhoneService);
    ngOnInit(): void;
    login(): void;
    eventsListenerLogin(e: any): void;
    makeCall(): void;
    sipRegister(): void;
}
