import { SharedValue } from 'react-native-reanimated'; import { PathObject } from '../utils'; interface UseSkiaPathParams { localPath: PathObject; derivedPathString?: SharedValue; } export declare const useSkiaPath: ({ localPath, derivedPathString, }: UseSkiaPathParams) => import("@shopify/react-native-skia").SkPath | SharedValue | null; export {}; //# sourceMappingURL=useSkiaPath.d.ts.map