import { ActionSelect, DialogSelectElement } from '../structs/slack'; export declare const useSelectedOption: (select: ActionSelect | DialogSelectElement) => (value: string | number) => { updateValue: (cb: (value: string | number) => string | number) => void; };