export declare const usePriceToThousand: (price: string | number, decimals?: number, separator?: string, round?: boolean) => string;