import { CursorTarget, CursorType } from './types';
export type TypeAndTarget = [CursorType, CursorTarget | null];
export declare function findTarget(eventTarget: CursorTarget): TypeAndTarget;
