import * as React from 'react';
type ArrowProps = {
    direction: 'back' | 'forward';
};
export declare const Arrow: React.FC<ArrowProps>;
export {};
