import { Renderer } from '../../core/Renderer/Renderer';
/**
 * The data attribute name for a caption.
 *
 * @since 0.0.22
 */
export declare const ATTRIBUTE_CAPTION: string;
/**
 * The component for wrapping a code snipped by a figure tag and appending a figcaption.
 *
 * @since 0.0.22
 */
export declare function Caption({ event, root, options }: Renderer): void;
//# sourceMappingURL=Caption.d.ts.map