import { TransitionType } from '../AdaptedCSSTransition/types'; export declare const useTransitionStyles: (transitionType: TransitionType) => Record;