import { DirEnum, ESide } from "../../../_utils/contractRules"; import { FC } from "react"; export interface SaranWrapProps { side: ESide; dir: DirEnum; costSizeScale: number; initPxs: any; setInitPxs: any; } declare const SaranWrap: FC; export default SaranWrap;