import { View } from 'react-native'; import { cn } from '../lib/cn'; function Skeleton({ className, ...props }: React.ComponentProps) { return ; } export { Skeleton };