export type PopupPosition = 'center' | 'left' | 'right' | 'top' | 'bottom' | '';
export type PopupCloseIconPosition = 'top-right' | 'top-left' | 'bottom-left' | 'bottom-right';
