export declare const defaultStyle: { dark: { "title": { "enabled": boolean; }; "legend": { "enabled": boolean; textStyle: { color: string; }; }; label: { textStyle: { color: string; }; }; }; light: { "title": { "enabled": boolean; }; "legend": { "enabled": boolean; textStyle: { color: string; }; }; label: { textStyle: { color: string; }; }; }; };