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