/** * This function returns a random color * @returns Random color */ declare function RandomColor(): string; export { RandomColor };