import { Layout } from 'react-grid-layout'; export declare function convertAreaToLayoutsInit(areas: string[][], breakpoint: string, colsMap: Record, isResizable: boolean): Layout[];