export default function (): {
    'hook-item': {
        border: null;
        '@apply border border-primary': {};
    };
    'hook-item-hover': {
        backgroundColor: null;
        '@apply bg-primary': {};
    };
    'hook-item-onclick': {
        backgroundColor: null;
        '@apply bg-primary': {};
    };
    'hook-item-active': {
        backgroundColor: null;
        '@apply bg-primary': {};
    };
};
