/**
 * Parse identifier replacing greek names and others symbols by HTML entities
 * @param id String containing greek names
 * @returns String with greek names replaced by HTML entities
 */
declare function substSymbol(id: string): string;
export { substSymbol };
declare const _default: {
    substSymbol: typeof substSymbol;
};
export default _default;
