export declare function color_rgb_hex_a_(hex:string):color_rgb_a_T export { color_rgb_hex_a_ as hex_rgb_a_, } export declare type color_rgb_a_T = [number, number, number] export declare type rgb_color_a_T = color_rgb_a_T export declare type rgb_color_a1_T = color_rgb_a_T