import { PageThemeRecord } from "../types"; export declare const THEME_LABELS: { readonly TEXT_COLOR: "TEXT_COLOR"; readonly BACKGROUND_COLOR: "BACKGROUND_COLOR"; readonly FIRST_ACCENT_COLOR: "FIRST_ACCENT_COLOR"; readonly SECOND_ACCENT_COLOR: "SECOND_ACCENT_COLOR"; readonly OPPOSITE_ACCENT_COLOR: "OPPOSITE_ACCENT_COLOR"; readonly ROOT_FONT_SIZE: "ROOT_FONT_SIZE"; readonly CONTENT_WIDTH: "CONTENT_WIDTH"; readonly HEADING_FONT_FAMILY: "HEADING_FONT_FAMILY"; readonly CONTENT_FONT_FAMILY: "CONTENT_FONT_FAMILY"; }; export declare const THEME_FIELDS: { readonly textColor: "textColor"; readonly backgroundColor: "backgroundColor"; readonly firstAccentColor: "firstAccentColor"; readonly secondAccentColor: "secondAccentColor"; readonly oppositeAccentColor: "oppositeAccentColor"; readonly fontSize: "fontSize"; readonly contentWidth: "contentWidth"; readonly headingFontFamily: "headingFontFamily"; readonly contentFontFamily: "contentFontFamily"; }; export declare const DEFAULT_THEME: Array;