declare enum PresentationBoxType { LETTER_BOX = 0, PILLAR_BOX = 1, NONE = 2 } export default PresentationBoxType;