import { NativeElementPropsWithoutKeyAndRef } from '../utils/jsx-types'; export interface FourThumbnailCardSkeletonProps extends Omit, 'children'> { /** * Width of the card skeleton container. * @default 200 */ thumbnailWidth?: number | string; } /** * Skeleton placeholder for FourThumbnailCard component. * Renders a skeleton that mimics the FourThumbnailCard layout. */ declare const FourThumbnailCardSkeleton: import("react").ForwardRefExoticComponent>; export default FourThumbnailCardSkeleton;