import type { CustomFont } from '../../types';
export declare const editor_css: (editorId: string, containerId: string, autoSize: boolean, color?: string, background?: string, placeholder?: string, fonts?: Array<CustomFont>, defaultFont?: string | undefined) => string;
