import { Config } from "./getConfig"; import { ILocalSvg } from "../libs/parseLocalSvg"; export declare const generateComponent: (localSvg: ILocalSvg[], config: Config) => void;