export interface SkeletonProps { variant?: 'text' | 'circular' | 'rectangular'; width?: string; height?: string; animate?: boolean; }