import { HTMLAttributes } from "react"; export declare function XYWrapper({ children, trackWindow, fluidity, allowClip, ...props }: HTMLAttributes & Partial<{ trackWindow: boolean; allowClip: boolean; fluidity: number; }>): import("react/jsx-runtime").JSX.Element;