import { FC } from "react"; import { NumeralProps } from "./numeral"; /** * Truncate according to the symbol configuration, need to be used with @orderly.network/hooks * @param props * @returns */ export declare const NumeralWithSymbol: FC & { symbol: string; }>; //# sourceMappingURL=numeralWithSymbol.d.ts.map