import type { SkColor, SkHostRect, SkPoint, SkRSXform } from "../../skia/types"; type Modifier = (input: T, index: number) => void; export declare const useRectBuffer: (size: number, modifier: Modifier) => import("react-native-reanimated/lib/typescript/commonTypes").Mutable; export declare const useRSXformBuffer: (size: number, modifier: Modifier) => import("react-native-reanimated/lib/typescript/commonTypes").Mutable; export declare const usePointBuffer: (size: number, modifier: Modifier) => import("react-native-reanimated/lib/typescript/commonTypes").Mutable; export declare const useColorBuffer: (size: number, modifier: Modifier) => import("react-native-reanimated/lib/typescript/commonTypes").Mutable; export {};