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