import { type PropsWithChildren } from "react";
import { type SortManagerContext } from "./context.js";
export declare function Root({ sortItems, setSortItems, grid, mode, children, }: PropsWithChildren<SortManagerContext>): import("react/jsx-runtime").JSX.Element;
