import { type HTMLAttributes } from 'react'; export declare const Captions: ({ className, ...props }: HTMLAttributes) => import("react/jsx-runtime").JSX.Element | null;