import { default as React } from 'react';
import { SkeletonAnimationProps } from '../types.cjs';
export declare const SkeletonAnimation: ({ className, delay, textDescription, ...rest }: SkeletonAnimationProps) => React.JSX.Element | null;
