import React from 'react'; import { SkeletonAvatarProps } from './Skeleton.types'; declare const Avatar: React.FC; export default Avatar;