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