/**
 * EOEditor special characters
 * https://www.toptal.com/designers/htmlarrows/symbols/
 * HTML table to Google excel, format the data with SUBSTITUTE, JOINTEXT
 */
export declare const EOEditorCharacters: {
    arrows: number[];
    currency: number[];
    math: number[];
    numbers: number[];
    punctuation: number[];
    symbols: number[];
};
/**
 * EOEditor character type
 */
export type EOEditorCharacterType = keyof typeof EOEditorCharacters;
