import { LayoutStyles, StyleGuide, StylesData } from '../../styles/style-guide'; declare type FlattenedPageData = LayoutStyles & { backgroundColor: string; }; /** * Original CCE PR that introduced this: * https://github.com/unbounce/content-creation-editor/pull/316 */ export declare const formatStylesForSchema: (styleGuide: StyleGuide) => Record; export {};