export function splitBreakWord(text: string): string[];
export function splitBreakWordWithBracket(text: string): string[];
