import * as React from "react"; import { ViewProps } from "react-native"; export interface SkeletonProps extends ViewProps { } export declare const Skeleton: React.FunctionComponent; //# sourceMappingURL=Skeleton.d.ts.map