import type { ADFCommonNodeSpec, ADFNode } from '@atlaskit/adf-schema-generator';
export declare const inlineCard: ADFNode<[
    string,
    'with_annotation'
], ADFCommonNodeSpec & {
    marks: any[];
}>;
