export interface AscentDescentDisplayOptions {
    locale?: string | null;
    compact?: boolean;
}
export declare function formatAscentDescentDisplayValue(value: number, options?: AscentDescentDisplayOptions): string;
