import { Component, EachComponentAsyncCallback, ComponentPaths } from '../../types'; export declare function eachComponentAsync(components: Component[], fn: EachComponentAsyncCallback, includeAll?: boolean, parentPaths?: string | ComponentPaths, parent?: any): Promise;