export declare const Tooltip: {
    baseStyle: () => {
        py: number;
        px: number;
        shadow: number;
        rounded: string;
        _text: {
            fontSize: string;
        };
        _light: {
            bg: string;
            _text: {
                color: string;
            };
        };
        _dark: {
            bg: string;
            _text: {
                color: string;
            };
        };
    };
};
