import { TextCharacter, TextFragment } from '../types'; export default function createTextFragments(value: TextCharacter[]): TextFragment[];