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