import type { TransitionProps } from "../Transition"; export declare function useModalTransition(transitionOverride?: TransitionProps): Partial;