import type { State } from '../../types'; declare const isBlockquote: (state: State) => boolean; export default isBlockquote;