export default function useKeepAnimation(): {
    keepExpand: boolean;
    keepRipple: boolean;
    keepFade: boolean;
};
