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