/** * Ponyfill for IE because it doesn't support `Array.from` * @param text * @private */ export declare function splitTextToCharacters(text: string): string[];