import { SmartSkeletonProps } from '../../types';
/**
* SmartSkeleton - Intelligent skeleton with auto-detection
*
* Automatically detects content layout and generates appropriate skeleton variant,
* or uses explicit content type for predictable rendering.
*
* @example
* ```tsx
* // Explicit content type
*
*
*
* // Auto-detection from reference element
*
* ```
*/
export declare const SmartSkeleton: import('react').ForwardRefExoticComponent>;
//# sourceMappingURL=SmartSkeleton.d.ts.map