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