import type { ViewStyle } from 'react-native'; interface SkeletonProps { variant?: 'text' | 'circle' | 'rect'; width?: number | string; height?: number; count?: number; gap?: number; style?: ViewStyle; _tokens?: Record; testID?: string; } export declare function Skeleton({ variant, width, height, count, gap, style, _tokens, testID }: SkeletonProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=skeleton.d.ts.map