import { type ViewProps } from 'react-native'; import Animated from 'react-native-reanimated'; export interface SkeletonProps extends ViewProps { className?: string; /** Pulse animation duration in milliseconds. @default 1000 */ duration?: number; } export declare const Skeleton: import("react").ForwardRefExoticComponent>; //# sourceMappingURL=index.d.ts.map