export default function (): {
    'hook-close': {
        color: null;
        transition: null;
        transitionProperty: null;
    };
    'hook-hover': {
        color: null;
    };
};
