import { FC } from "react";
import { XYSpringProps } from "./XYSpringBox.types";
export declare const XYSpringBox: FC<XYSpringProps>;
