import React from 'react';
import { SkeletonProps } from './types';
declare const Skeleton: React.FC<SkeletonProps>;
export default Skeleton;
