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