import { CxChild, RenderingContext } from "../RenderingContext"; import { Instance } from "../Instance"; import { View } from "../../data/View"; export declare function exploreChildren(context: RenderingContext, instance: Instance, children: CxChild[], previousResult: any[] | null, key: any, store: View): any[]; //# sourceMappingURL=exploreChildren.d.ts.map