import { TransitionFunction } from 'react';
export declare const safeStartTransition: (func: TransitionFunction) => void;
