import { ThemeOptions } from 'quill/core/theme';
import { default as FluentEditor } from '../core/fluent-editor';
declare const OriginSnowTheme: any;
declare class SnowTheme extends OriginSnowTheme {
    quill: FluentEditor;
    constructor(quill: FluentEditor, options: ThemeOptions);
    i18nTextToolbar(): void;
    buildPickers(selects: NodeListOf<HTMLSelectElement>, icons: Record<string, string | Record<string, string>>): void;
    extendToolbar(toolbar: any): void;
}
export default SnowTheme;
