import { Type } from"./type";
/**
* Indicates where the popup pointer should be positioned.
*/exportdeclareenumPopupPointerPosition {
Auto = 0,
Top = 1,
Bottom = 2,
Left = 3,
Right = 4
}
/**
* @hidden
*/exportdeclareletPopupPointerPosition_$type: Type;