import { FC } from "react"; export interface PositionProps { pairs: any[]; } export declare const Position: FC;