export interface ClrPopoverContentOffset {
    xOffset: number;
    yOffset: number;
}
