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