import { Editor } from "@tiptap/react"; interface ColorPickerProps { editor: Editor; } export declare const getSelectedColor: (editor: Editor) => any; export declare const TextEditorColorPicker: ({ editor }: ColorPickerProps) => import("react/jsx-runtime").JSX.Element; export {};