import type { SpringValue } from '@react-spring/core'; export declare type Orientation = 'fromTop' | 'fromRight' | 'fromLeft' | 'fromBottom'; export declare type Weather = 'cloudy' | 'fog' | 'haze' | 'meteors' | 'partly-cloudy' | 'rain' | 'snow' | 'sun' | 'star-rings'; export declare type Style = { opacity: SpringValue; scale: SpringValue; };