import type { IntlShape } from 'react-intl';
import type { DocNode } from '@atlaskit/adf-schema';
export declare const createShortEmptyNodePlaceholderADF: ({ formatMessage }: IntlShape) => DocNode;
export declare const createLongEmptyNodePlaceholderADF: ({ formatMessage }: IntlShape) => DocNode;
