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