export type HighlightAction = 'tap' | 'read' | 'type' | 'verify' | 'scroll' | 'fill' | 'wait'; export interface HighlightEventData { pageX: number; pageY: number; width: number; height: number; message: string; action?: HighlightAction; autoRemoveAfterMs?: number; } export declare function HighlightOverlay(): import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=HighlightOverlay.d.ts.map