/** * Gradient direction shared by all AI surfaces. * * Equivalent to react-native-linear-gradient's `useAngle` + `angle={93}` * (essentially horizontal with a slight downward tilt). Converted into the * `start`/`end` unit vectors that expo-linear-gradient expects. */ export declare const AI_GRADIENT_START: { readonly x: 0; readonly y: 0.526; }; export declare const AI_GRADIENT_END: { readonly x: 1; readonly y: 0.474; }; //# sourceMappingURL=gradient.d.ts.map