export declare const defaultStyle: { dark: { label: { textStyle: { color: string; }; }; }; light: { label: { textStyle: { color: string; }; }; }; };