import React from 'react'; export declare const CaptionContent: ({ isMobile, onExit }: { isMobile: boolean; onExit: () => void; }) => React.JSX.Element;