import * as React from 'react'; import { View } from 'react-native'; type SkeletonProps = React.ComponentProps & React.RefAttributes; declare function Skeleton({ className, ...props }: SkeletonProps): import("react/jsx-runtime").JSX.Element; export { Skeleton }; export type { SkeletonProps }; //# sourceMappingURL=skeleton.d.ts.map