export declare const layoutTypesArray: readonly ["column", "row"]; export type LayoutTypes = typeof layoutTypesArray[number]; export declare const sectionColorsDataMap: { blogs: { primary: string; secondary: string; }; booksAndMore: { primary: string; secondary: string; }; brand: { primary: string; secondary: string; }; connect: { primary: string; secondary: string; }; education: { primary: string; secondary: string; }; locations: { primary: string; secondary: string; }; research: { primary: string; secondary: string; }; researchLibraryLpa: { primary: string; secondary: any; }; researchLibrarySchomburg: { primary: string; secondary: any; }; researchLibrarySchwarzman: { primary: string; secondary: any; }; whatsOn: { primary: string; secondary: string; }; }; export declare const sectionTypeArray: string[]; export type SectionTypes = typeof sectionTypeArray[number]; export declare const dimensionTypeArray: readonly ["height", "width"]; export type DimensionTypes = typeof dimensionTypeArray[number];