import type { TCommonComponentConfig } from 'autoprops'; import type { TMeta } from 'syntx'; import type { TAnyObject } from 'tsfn'; export declare const createChildrenMeta: (componentConfig: TCommonComponentConfig, componentPropsChildrenMap?: Readonly | undefined, metaValue?: readonly string[]) => TMeta;