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