export declare const replaceSize: (content: string, size: number) => string; export declare const replaceSvgCode: (content: string, code: string) => string; export declare const replaceInstead: (content: string) => string; export declare const replaceNames: (content: string, names: string[]) => string; export declare const replaceCss: (content: string, css: string) => string; export declare const replaceHexToRgb: (hex: any) => string; export declare const replaceIsRpx: (content: string, useRpx: boolean) => string; export declare const replaceFill: (content: string, cases: (match: string, p1: string) => string) => string; export declare const replaceStroke: (content: string, cases: (match: string, p1: string) => string) => string; export declare const replaceColor: (content: string, cases: (match: string) => string) => string;