import * as React from "react"; declare const Caption: ({ className, ...props }: React.HTMLAttributes) => React.JSX.Element; export { Caption };