import type { NodeViewConstructor } from '@atlaskit/editor-common/lazy-node-view';
import type { EmbedCardNodeViewProperties } from './embedCard';
export declare const lazyEmbedCardView: (props: EmbedCardNodeViewProperties) => NodeViewConstructor;
