import { TextStyle } from '../../types';
/**
 * 处理字间距
 */
declare const _default: (kerning: number) => TextStyle;
export default _default;
