/// import { OnInit, OnChanges, SimpleChanges } from '@angular/core'; import { style } from 'openlayers'; import { StyleComponent } from './style.component'; export declare class StyleTextComponent implements OnInit, OnChanges { private host; instance: style.Text; componentType: string; font: string | undefined; offsetX: number | undefined; offsetY: number | undefined; scale: number | undefined; rotateWithView: boolean | undefined; rotation: number | undefined; text: string | undefined; textAlign: string | undefined; textBaseLine: string | undefined; constructor(host: StyleComponent); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; }