import type { ADFCommonNodeSpec, ADFNode } from '@atlaskit/adf-schema-generator';
export declare const rule: ADFNode<[
    string,
    'with_attrs',
    'root_only',
    'with_attrs_root_only'
], ADFCommonNodeSpec>;
