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