import * as React from 'react'; import { SkeletonProps } from './Skeleton'; declare const Wrap: React.FunctionComponent; interface WrapProps extends SkeletonProps { } export default Wrap;