export type ComponentMapList = Record<string, string[]>;
export type IterativeComponentMap = Record<string, Record<string, any>>;
