import type { State, StateHandler } from '../../types';
declare const toggleSubscript: (state: State, stateHandler: StateHandler, customSubscriptkey?: string) => void;
export default toggleSubscript;
