export declare const symbolFunctions: {
    fractionToSymbol: (originalVal: number | string) => string;
};
