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