export declare const VIEW: { top: { up: number[]; direction: number[]; }; bottom: { up: number[]; direction: number[]; }; left: { up: number[]; direction: number[]; }; right: { up: number[]; direction: number[]; }; front: { up: number[]; direction: number[]; }; back: { up: number[]; direction: number[]; }; }; export declare const FONT = "-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji"; export declare const LEGEND_DEFAULTS: { automated: boolean; autoLayout: (helper: any) => void; generateTicks: (dictionary: Object) => (helper: any) => void; axisTextStyle: { fontColor: string; fontStyle: string; fontFamily: string; }; tickLabelPixelOffset: number; tickTextStyle: { fontColor: string; fontStyle: string; fontFamily: string; }; }; export declare const DEFAULT_COLORSET = "Original Ladybug"; export declare const COLORSET_REGEXP: RegExp;