import React from 'react';
export interface ArrowProps {
    className?: string;
}
declare const Arrow: React.FC<ArrowProps>;
export default Arrow;
