/// declare enum MeasureUnit { Pixel = "pixel", Fraction = "fraction" } export { MeasureUnit };