import { type Grid, type UseLyteNyteProps } from "../+types.js";
export declare function makeLyteNyte<T>(p: UseLyteNyteProps<T>): Grid<T>;
export declare function useLyteNyte<T>(p: UseLyteNyteProps<T>): Grid<T>;
