import { SKLayer, Text } from '../../types';
export default function parseText(text: any, layer: SKLayer): Text;
