import { SheetHandle, StoreHandle, Props } from '../types'; export declare const createSheetRef: () => import('react').RefObject; export declare const useSheetRef: () => import('react').MutableRefObject; export declare const createStoreRef: () => import('react').RefObject; export declare const useStoreRef: () => import('react').MutableRefObject; export declare function GridSheet({ initialCells, sheetName, sheetRef: initialSheetRef, storeRef: initialStoreRef, options, className, style, book: initialBook, }: Props): JSX.Element; //# sourceMappingURL=GridSheet.d.ts.map