/**
 *  Reactive color object. Update this to change the color of your app.
 */
export default function (): import("vue").WritableComputedRef<string>;
