import { IWeAppComponentInstance } from '../../weapps-core'; export declare function walkThroughWidgets(widgets: { [key: string]: IWeAppComponentInstance; }, fn: (id: string, widget: IWeAppComponentInstance, parentId: string) => void, currentId?: string): void;