import Quill from 'quill'; export declare function replaceIcons(customIcons: { [key: string]: any; }): void; export declare function styleColorPickerDropdown(): void; export declare function handleRtl(quill: Quill | null): void;