import type { ADFCommonNodeSpec, ADFNode } from '@atlaskit/adf-schema-generator';
export declare const paragraph: ADFNode<[
    string,
    'with_alignment',
    'with_indentation',
    'with_marks',
    'with_no_marks',
    'with_font_size'
], ADFCommonNodeSpec & {
    content: never[];
    ignore: never[];
    marks: any[];
} & {
    content: never[];
    ignore: never[];
    marks: any[];
} & {
    content: never[];
    ignore: never[];
    marks: any[];
} & {
    content: never[];
    ignore: never[];
    marks: never[];
    noMarks: true;
} & {
    content: never[];
    ignore: never[];
    marks: any[];
}>;
