import { FC } from 'react'; import type { SharedValue } from 'react-native-reanimated'; import type { Layout, GlowConfig } from './types'; interface SkiaRootProps { layout: Layout; skiaOpacity: SharedValue; animationProgress: SharedValue; fromConfigSV: SharedValue; toConfigSV: SharedValue; } export declare const SkiaRoot: FC; export {}; //# sourceMappingURL=SkiaRoot.web.d.ts.map