export declare const replaceSize: (content: string, size: number) => string; export declare const replaceNames: (content: string, names: string[]) => string; export declare const replaceHexToRgb: (hex: any) => string; export declare const replaceIsRpx: (content: string, useRpx: boolean) => string;