import { ActionRecipe } from '../recipe';
export declare const ProcessSelect: (recipe: Partial<ActionRecipe>, RichEdit: any) => boolean;
export declare const DynamicFiled: (recipe: Partial<ActionRecipe>, RichEdit: any) => void;
export declare const FindAllText: (recipe: Partial<ActionRecipe>, 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;
