import type { LayoutExecuter } from '../types'; import type { GridLayoutConfig } from './types'; export declare const grid: LayoutExecuter;