import React, { FC } from 'react'; export declare const UpArrow: FC>; export declare const DownArrow: FC>; export declare const RightArrow: FC>; export declare const LeftArrow: FC>;