export enum DialogPlacement { default = 'default', center = 'center', topLeft = 'top-left', topCenter = 'top-center', topRight = 'top-right', centerLeft = 'center-left', centerRight = 'center-right', bottomLeft = 'bottom-left', bottomCenter = 'bottom-center', bottomRight = 'bottom-right', }