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