import type { MotiPressableInteractionState } from './types'; import type Animated from 'react-native-reanimated'; export declare const INTERACTION_CONTAINER_ID: "__INTERACTION_CONTAINER_ID"; export interface MotiPressableInteractionIds { id: string; } export type MotiPressableContext = { containers: Record>; }; export declare const MotiPressableContext: import("react").Context; export declare const useMotiPressableContext: () => MotiPressableContext; //# sourceMappingURL=context.d.ts.map