export interface IGetHighlightRectanglesOptions {
    includeParent?: boolean;
    includeChildren?: boolean;
}
