export default function (): {
    'hook-tooltip': {
        fontSize: string;
        padding: null;
        borderRadius: null;
        backgroundColor: null;
        color: null;
        '@apply rounded-md bg-primary px-3 py-1.5 text-primary-foreground': {};
    };
};
