import type { TCommonComponentConfig } from 'autoprops'; import type { TAnyObject } from 'tsfn'; import type { TCommonComponentControls } from '../../types'; export declare type TMapChildConfigByPathResult = { childConfig: TCommonComponentConfig | null; childControls: TCommonComponentControls | null; childDisplayName: string; childPropsChildrenMap: Readonly; childPath: readonly string[]; }; export declare const mapChildConfigByPath:

() => (arg: P) => import("tsfn").TExtend; selectedElementPath: string; }>, TMapChildConfigByPathResult>;