/// <reference types="react" />
import { TCaption } from '../types';
declare const Caption: ({ html, className, children }: TCaption) => JSX.Element;
export default Caption;
//# sourceMappingURL=Caption.d.ts.map