export declare class TargetTextRange { /** * Xpath of common Ancestor Container */ commonAncestorContainer?: string; /** * Selected text */ text?: string; /** * Occurrence of selected text */ occurrence?: number; }