import type { ApiSection } from './types'; export type GridNavigationApi = { enable: () => void; disable: () => void; }; export declare const createNavigationApi: ApiSection; //# sourceMappingURL=navigation.d.ts.map