import { FC } from 'react'; interface PrevArrowProps { className?: string; onClick?(): void; } declare const PrevArrow: FC; export default PrevArrow;