import type { ISkeletonComponentType } from './types'; declare const Skeleton: ISkeletonComponentType; export { Skeleton }; export type { ISkeletonProps, ISkeletonTextProps } from './types';