import type { RawDraftContentState } from 'draft-js'; declare const emptyContentState: RawDraftContentState; export default emptyContentState;