import type { TCommonComponentConfig } from 'autoprops'; export declare const getChildDisplayName: (componentConfig: TCommonComponentConfig, childPath: readonly string[], currentChildIndex: number) => { childDisplayNameIndex: number; childDisplayName: string; };