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