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