export interface DropDownMenuPosition { xPosition: 'after' | 'before'; yPosition: 'below' | 'above'; } //# sourceMappingURL=drop-down-menu-position.interface.d.ts.map