import type { Grid } from "../+types.js";
import type { InternalAtoms } from "../state/+types.js";
export declare const gridContext: import("react").Context<Grid<any> & {
    internal: InternalAtoms;
}>;
