/*! * Copyright (c) Microsoft Corporation. * Licensed under the MIT License. */ import { ILayerCreator } from '../interfaces'; export declare const createTextLayer: ILayerCreator;