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