///
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 declare type MotiPressableContext = {
containers: Record>;
};
export declare const MotiPressableContext: import("react").Context;
export declare const useMotiPressableContext: () => MotiPressableContext;