import type { SkeletonProps } from '../types';
/**
 * __Skeleton__
 */
declare const Skeleton: import("react").NamedExoticComponent<SkeletonProps>;
export default Skeleton;
