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