import { LoaderTransitionProps } from '../../types';
/**
* LoaderTransition - Smooth transitions between loading and loaded states
*
* Provides seamless transitions between loading content (skeleton, spinner) and actual content,
* preventing jarring content switches and improving perceived performance.
*
* @example
* ```tsx
* // Fade transition from skeleton to content
* }
* transitionType="fade"
* duration={300}
* >
*
*
*
* // Slide up transition
* }
* transitionType="slide-up"
* timing="spring"
* >
*
*
* ```
*/
export declare const LoaderTransition: import('react').ForwardRefExoticComponent>;
//# sourceMappingURL=LoaderTransition.d.ts.map