import { FC } from 'react'; import { CaptionInterface } from './caption.types'; export declare const Caption: FC;