/// <reference types="react" />
declare const _default: {
    useBookmarkTypeEditMode: (onEditConfirm: (callbackValue: any) => any, onEditCancel: (callbackValue: any) => any) => {
        actionTypeEditMode: boolean;
        setActionTypeEditMode: import("react").Dispatch<import("react").SetStateAction<boolean>>;
        actionTypeEditInputValue: string;
        setActionTypeEditInputValue: import("react").Dispatch<import("react").SetStateAction<string>>;
        handleEditCancelClick: (cbValue: any) => void;
        handleEditConfirmClick: (cbValue: any) => void;
    };
    useBookmarkTypeSuggestions: (actionTypeSuggestionItemClassName: string, actionTypeSuggestionItemIconClassname: string, setActionTypeEditInputValue: import("react").Dispatch<import("react").SetStateAction<string>>, setActionTypeEditMode: import("react").Dispatch<import("react").SetStateAction<boolean>>, callbackValue: any, onActionTypeSearch: (searchTerm: string, callbackValue: any) => any, actionTypeSuggestionItems: any[], getActionTypeSuggestionId: ((bookmarkTypeSuggestion: any) => string) | null | undefined, getActionTypeSuggestionName: ((bookmarkTypeSuggestion: any) => string) | null | undefined, getActionTypeSuggestionIconType: ((bookmarkTypeSuggestion: any) => import("../CallActionCardRoot/CallActionCardRoot.component").CallActionType) | null | undefined, getActionTypeSuggestionPalette: ((bookmarkTypeSuggestion: any) => import("../../../..").BookmarkIconButtonPalette) | null | undefined, getActionTypeSuggestionCallbackValue: ((bookmarkTypeSuggestion: any) => any) | null | undefined, onActionTypeSuggestionSelected: (event: any, callbackValue: any) => any) => {
        actionTypeSuggestionNodes: import("react").ReactNode[];
        handleActionTypeEditClick: () => void;
        handleActionTypeEditValueChange: (searchTerm: string) => void;
    };
};
export default _default;
