import * as React from "react"; import { ViewProps } from "../View"; declare const SkeletonShape: React.FC; export default SkeletonShape;