import { FC } from 'react'; import { type SharedValue } from 'react-native-reanimated'; import type { Layout, GlowConfig } from './types'; export interface UnifiedSkiaGlowProps { layout: Layout; masterOpacity: SharedValue; progress: SharedValue; fromConfig: SharedValue; toConfig: SharedValue; } export declare const UnifiedSkiaGlow: FC; //# sourceMappingURL=UnifiedSkiaGlow.d.ts.map