export declare function eachComponent(config: { components: any[]; }, fn: (component: any) => void): void; export declare function eachArrayComponent(config: { components: any[]; }, fn: (component: any) => void): void;