import { AsyncNode } from 'src/types'; export default function renderAsyncElement(asyncNodesProp: AsyncNode[], contentsProp: string): Promise;