import { SKAttributes, TextStyle } from '../../types';
/**
 * 处理文字转换问题
 */
declare const _default: (attributes: SKAttributes) => TextStyle;
export default _default;
