/**
 * Selector on the state from the filter id given.
 * @param {object} state
 * @param {string} idComponent
 */
export function getComponentState(state: object, idComponent: string): any;
/**
 * Return the slider value
 * @param {object} state
 * @param {string} idComponent
 */
export function getValue(state: object, idComponent: string): any;
