export declare const TooltipTheme: { root: { maxWidth: string; gutter: string; shadow: string; padding: string; borderRadius: string; }; colorScheme: { light: { root: { background: string; color: string; }; }; dark: { root: { background: string; color: string; }; }; }; };