export declare const GRID_KEY: unique symbol;
export type GridDirection = 'horizontal' | 'vertical';
