import { MaterialDescription, PlatformType } from '@vtj/core';
export declare function parseImports(componentMap: Map<string, MaterialDescription>, components?: string[], importBlocks?: string[], collectImports?: Record<string, Set<string>>, platform?: PlatformType): {
    imports: string[];
    uniComponents: string[];
};
