import type { JSXNode, RenderableNode } from '../types'; export declare function getRenderableChildrenOf(element: JSXNode): RenderableNode[];