/** * Red preset color * @author Gabe Abrams */ declare const RedColor: { r: number; g: number; b: number; }; export default RedColor;