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