import { SKParagraphStyle, TextStyle, SKFontDescriptor } from '../../types'; /** * 处理段落 */ declare const _default: (paragraphStyle: SKParagraphStyle, fontStyle: SKFontDescriptor, size?: number) => TextStyle; export default _default;