import { SvgComponentTemplate } from "./interfaces/SVGComponentTemplate"; /** * Create react components in targetDirectory that display the SVG from within pathContainingSvgs. */ export declare const createSvgComponents: (pathsContainingSvgs: string[], targetDirectory: string, template: SvgComponentTemplate, logFn: (msg: string) => void) => Promise;