import React from 'react';
declare const PrevAndNext: React.FC<{
    rtl: boolean;
}>;
export default PrevAndNext;
