import { FC } from "react"; import { NumeralProps } from "./numeral"; export type TickName = "quote_dp" | "base_dp"; export declare const NumeralWithCtx: FC & { tick?: TickName; }>; //# sourceMappingURL=numeralWithCtx.d.ts.map