import { ActionRecipe } from '../recipe'; export declare const ProcessSelect: (recipe: Partial, RichEdit: any) => boolean; export declare const DynamicFiled: (recipe: Partial, RichEdit: any) => void; export declare const FindAllText: (recipe: Partial, RichEdit: any) => { HighlightButton: any; WordInterval: any; }[] | undefined; export declare const ClearSearch: (RichEdit: any) => void; export declare const goToDocumentEnd: (RichEdit: any) => void; export declare const ProcessSelectForAction: (SelectFor: string, RichEdit: any) => boolean; export declare const ExecuteRichEditorCommand: (commandName: string, RichEdit: any) => void;