import { LineCallInfoDisplayInterface } from './device'; import { FormGroup } from '@angular/forms'; export declare class LineCallInfoDisplay implements LineCallInfoDisplayInterface { callerName: string; callerNumber: string; redirectedNumber: string; dialedNumber: string; form: FormGroup; constructor(lineCallInfoDisplay: LineCallInfoDisplayInterface); getSavableData(): {}; }