/** Lookup set for sections that sit on the start (left in LTR) edge of the grid. */ export declare const startSection: Record; /** Lookup set for sections that sit on the end (right in LTR) edge of the grid. */ export declare const endSection: Record; /** Lookup set for sections that sit on the bottom edge of the grid. */ export declare const bottomSection: Record; /** Lookup set for sections that sit on the top edge of the grid. */ export declare const topSection: Record; /** Lookup set for sections that sit in the center (non-pinned) band of the grid. */ export declare const centerSection: Record;