/**
 * @jsxRuntime classic
 * @jsx jsx
 */
import { type NamedExoticComponent } from 'react';
import type { SkeletonProps } from '../types';
/**
 * __Skeleton__
 */
declare const Skeleton: NamedExoticComponent<SkeletonProps>;
export default Skeleton;
