import { FunctionComponent } from 'react'; import { TChildrenRendererProps } from './shared-types'; /** * A component to render collections of tnodes. * Especially useful when used with {@link useTNodeChildrenProps}. */ declare const TChildrenRenderer: FunctionComponent; export declare const tchildrenRendererDefaultProps: Pick; export default TChildrenRenderer; //# sourceMappingURL=TChildrenRenderer.d.ts.map