/** * Create a map of SVG based react components in targetDirectory. An enum is created based on the filenames and is used as index key for the generated mapping. */ export declare const createSvgMap: (createdComponents: string[], targetDirectory: string) => Promise;