import type { NestedExpandDefinition, NestedExpandContent } from '@atlaskit/adf-schema'; export declare const nestedExpand: (attrs: NestedExpandDefinition["attrs"]) => (...content: NestedExpandContent) => NestedExpandDefinition;