import { CaptionProps } from '../../components/Caption/Caption';
/**
 * Render a caption with a button-based navigation.
 */
export declare function CaptionNavigation(props: CaptionProps): JSX.Element;
