export declare function getTransitionDurations(transitionName: string): {
  enteringDuration: number;
  leavingDuration: number;
};
