export declare const defaultUpColor: (mode: "light" | "dark") => "#66bb6a" | "#2e7d32"; export declare const defaultDownColor: (mode: "light" | "dark") => "#f44336" | "#d32f2f";