import type { ComponentMapList } from './types';
export declare function flattenUsingComponentMap(rawMap: Record<string, any>): ComponentMapList;
