import React from 'react'; import { SkeletonProps } from './types'; declare const Skeleton: ({ variant, animation, ...props }: SkeletonProps | any) => React.JSX.Element; export default Skeleton;