export declare const replaceSize: (content: string, size: number) => string; export declare const replaceCases: (content: string, cases: string) => string; export declare const replaceNames: (content: string, names: string[]) => string; export declare const replaceNamesArray: (content: string, names: string[]) => string; export declare const replaceComponentName: (content: string, name: string) => string; export declare const replaceSingleIconContent: (content: string, render: string) => string; export declare const replaceImports: (content: string, imports: string[]) => string; export declare const replaceSizeUnit: (content: string, unit: string) => string; export declare const replaceExports: (content: string, exports: string[]) => string;