type GetCirclePathParams = { cx: number; cy: number; r: number; }; export declare const getCirclePath: ({ cx, cy, r }: GetCirclePathParams) => import("@shopify/react-native-skia").SkPath; export {}; //# sourceMappingURL=get-circle-path.d.ts.map