import { type SharedValue } from 'react-native-reanimated'; export declare const useDuration: ({ stopped, timing, }: { stopped: SharedValue; timing: number; }) => SharedValue; export declare const useToSharedValueOptional: (value: T | SharedValue | undefined, defaultValue: T) => Readonly>; export declare const useToSharedValue: (value: T | SharedValue) => Readonly>; //# sourceMappingURL=hooks.d.ts.map