import type { StyleGuide } from './types'; export declare const DEFAULT_HEADING_COLOR = "#3f4144"; export declare const DEFAULT_PARAGRAPH_COLOR = "#656769"; export declare const page: StyleGuide['page']; /** * Be extremely careful making changes here. The structure here must match the structure * defined in the schemas! */ export declare const styles: StyleGuide['styles']; export declare const baseStyles: { styles: { [k: string]: import("./types").StylesData; }; page: import("./types").PageData; };