import { Skeleton } from './skeleton';
export type { WebSkeletonProps as SkeletonProps, avatarShape } from "../../types";
export default Skeleton;
