import { ChildNodeProps } from "./ChildNodeProps"; export declare type ChildNodesProps = { [N in keyof C]: ChildNodeProps; };