import { BasicPalette } from './theme.types'; import { Paragraphs } from '../components/CRichTextEditor/extensions/paragraphExtended'; export declare const fontSizePresets: number[]; export declare function exportObjectToGlobalCssProperties(colorPalette: Partial): void; export declare const textStylePresets: ({ id: string; class: string; style: { fontSize: string; }; value: number; } | { id: string; class: string; style: { fontSize: string; }; value: Paragraphs; })[];