import type { SpringValue } from "react-spring"; export declare type ModalType = "swap" | "tokens" | "openOrders" | null; export declare type ModalPropsType = { close: () => void; styleSpring: { opacity: SpringValue; }; }; //# sourceMappingURL=types.d.ts.map