import { InteractionState, InteractionEvent } from 'react-native-statistic-charts-core'; export declare const useListenInteraction: (listener: (interaction: InteractionEvent) => void) => void; export declare const useInteractionState: (eid: string) => InteractionState;