enum SVGPreserveAspectRatioMeetOrSliceEnum { unknown = 0, meet = 1, slice = 2 } export default SVGPreserveAspectRatioMeetOrSliceEnum;