import { FC } from 'react'; type ArrowProps = { className?: string; }; declare const Arrow: FC; export { Arrow };