export declare const useTransitionState: () => {
    transitioning: boolean;
    transitionHandlers: (original: any) => any;
};
