export declare const toRGBA: (hex: string, alpha?: number) => string; export declare const getRandomColor: () => string;