export default function Axes({ pivotConfig, onMove }: { pivotConfig: any; onMove: any; }): import("react/jsx-runtime").JSX.Element;