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