import { Skeleton } from './skeleton';

// export types
export type { SkeletonProps } from './skeleton';

// export component
export { Skeleton };
