export interface ArrowTheme {
    base: string;
    up: string;
    down: string;
    right: string;
    left: string;
}
export declare const arrowTheme: ArrowTheme;
export declare const legacyArrowTheme: ArrowTheme;
