export declare const DEFAULT_COLOR: { name: string; hex: string; }; export declare const DEFAULT_TEXT_ANCHOR = "left"; export declare const DEFAULT_LINE_HEIGHT_EM = 1.2; export declare const DEFAULT_FONT: { family: string; size: number; weight: number; };