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