import { FunctionComponent } from 'react';
declare const Arrow: FunctionComponent<{
    value: number | undefined;
}>;
export { Arrow };
