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