import { type ClipDef } from "@shopify/react-native-skia"; import type { ChartBounds } from "../types"; export declare const boundsToClip: (bounds: ChartBounds) => ClipDef;