import { SvgComponentTemplate } from "./interfaces/SVGComponentTemplate"; /** * Create a react component in targetDirectory that displays the SVG from svgFilePath. */ export declare const createComponentFromSvg: (svgFilePath: string, targetDirectory: string, template: SvgComponentTemplate) => Promise;