export { lineSkeletonRoot, lineSkeletonConfig } from './LineSkeleton'; export type { LineSkeletonProps } from './LineSkeleton'; export { textSkeleton } from './TextSkeleton'; export type { TextSkeletonProps } from './TextSkeleton'; export { RectSkeleton } from './RectSkeleton'; export type { RectSkeletonProps } from './RectSkeleton'; export { withSkeleton } from './hoc/withSkeleton'; export type { WithSkeletonProps } from './hoc/withSkeleton.types'; export { tokens as skeletonTokens } from './tokens'; //# sourceMappingURL=index.d.ts.map