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