import { StyleLayer, StyleKey } from '../../../common/constants/styles'; import ViewController from '../../../viewController/viewController'; export declare function getStyleValue(target: ViewController, layerName: StyleLayer, key: StyleKey): string;