import React from 'react';
import type { CaptionProps } from './Thumbnail.types';
export declare function ThumbnailCaption({ layout, disabled, error, caption, hasCaptionPlaceholder, multiline, qa, ...props }: CaptionProps): React.JSX.Element | null;
