/**
 * Return the editMode attr from the state of editable text id given.
 * @param {object} state
 * @param {string} idComponent
 */
export function getEditMode(state: object, idComponent: string): any;
