/** * Created by sam on 22.01.2017. */ export declare function randomPrefix(): string; export declare function patchIds(svg: string, prefix: string): string;