/**
 * @jsxRuntime classic
 * @jsx jsx
 */
import { type FC, type ReactNode } from 'react';
export declare const Caption: FC<{
    children: ReactNode;
}>;
