import { FC } from "react"; export interface PositionClosedProps { } export declare const PositionClosed: FC;