import React from 'react'; import type { SkeletonProps } from './types'; /** * Skeleton — shimmer / pulse loading placeholder. * * Uses Reanimated color interpolation worklet. Respects reduce-motion. */ export declare const Skeleton: React.NamedExoticComponent; //# sourceMappingURL=Skeleton.d.ts.map