export declare const useGrid: () => import("../+types.js").Grid<any> & {
    internal: import("../state/+types.js").InternalAtoms;
};
