import { OnInit } from '@angular/core'; import { FloatObjectService } from './float-object.service'; export declare class FloatObjectComponent implements OnInit { private floatService; identifier: any; data: any; positionElement: object; constructor(floatService: FloatObjectService); ngOnInit(): void; }