import { HTMLAttributes } from 'react'; export declare function ThumbnailSkeleton({ className, ...divProps }: HTMLAttributes): JSX.Element;