export declare const hexToRgb: (hex: string, opacity?: number) => string; export declare const characterLen: (s: string) => number;