import React from 'react'; import { SkeletonProps } from './types'; export declare function Skeleton(props: SkeletonProps): React.JSX.Element;