export interface INgxSelect2ExDropdownPosition {
    top: number;
    left: number;
    width: number;
}
