export declare const originalGrid: { layout_cards: { lg: { i: string; x: number; y: number; w: number; h: number; content: string; section_key: string; }[]; md: { i: string; x: number; y: number; w: number; h: number; content: string; section_key: string; }[]; sm: { i: string; x: number; y: number; w: number; h: number; content: string; section_key: string; }[]; }; layout_charts: { lg: { i: string; x: number; y: number; w: number; h: number; content: string; section_key: string; }[]; md: { i: string; x: number; y: number; w: number; h: number; content: string; section_key: string; }[]; sm: { i: string; x: number; y: number; w: number; h: number; content: string; section_key: string; }[]; }; layout_col1: { lg: { i: string; x: number; y: number; w: number; h: number; content: string; section_key: string; }[]; md: { i: string; x: number; y: number; w: number; h: number; content: string; section_key: string; }[]; sm: { i: string; x: number; y: number; w: number; h: number; content: string; section_key: string; }[]; }; layout_col2: { lg: { i: string; x: number; y: number; w: number; h: number; content: string; section_key: string; }[]; md: { i: string; x: number; y: number; w: number; h: number; content: string; section_key: string; }[]; sm: { i: string; x: number; y: number; w: number; h: number; content: string; section_key: string; }[]; }; layout_cols: { lg: { i: string; x: number; y: number; w: number; h: number; content: string; section_key: string; }[]; md: { i: string; x: number; y: number; w: number; h: number; content: string; section_key: string; }[]; sm: { i: string; x: number; y: number; w: number; h: number; content: string; section_key: string; }[]; }; layout: { lg: { content: string; i: string; x: number; y: number; w: number; h: number; }[]; }; };