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