export declare enum IMCompose {
    'Atop' = "Atop",
    'Blend' = "Blend",
    'Blur' = "Blur",
    'Bumpmap' = "Bumpmap",
    'ChangeMask' = "ChangeMask",
    'Clear' = "Clear",
    'ColorBurn' = "ColorBurn",
    'ColorDodge' = "ColorDodge",
    'Colorize' = "Colorize",
    'CopyAlpha' = "CopyAlpha",
    'CopyBlack' = "CopyBlack",
    'CopyBlue' = "CopyBlue",
    'CopyCyan' = "CopyCyan",
    'CopyGreen' = "CopyGreen",
    'Copy' = "Copy",
    'CopyMagenta' = "CopyMagenta",
    'CopyRed' = "CopyRed",
    'CopyYellow' = "CopyYellow",
    'Darken' = "Darken",
    'DarkenIntensity' = "DarkenIntensity",
    'DivideDst' = "DivideDst",
    'DivideSrc' = "DivideSrc",
    'Dst' = "Dst",
    'Difference' = "Difference",
    'Displace' = "Displace",
    'Dissolve' = "Dissolve",
    'Distort' = "Distort",
    'DstAtop' = "DstAtop",
    'DstIn' = "DstIn",
    'DstOut' = "DstOut",
    'DstOver' = "DstOver",
    'Exclusion' = "Exclusion",
    'HardLight' = "HardLight",
    'HardMix' = "HardMix",
    'Hue' = "Hue",
    'In' = "In",
    'Intensity' = "Intensity",
    'Lighten' = "Lighten",
    'LightenIntensity' = "LightenIntensity",
    'LinearBurn' = "LinearBurn",
    'LinearDodge' = "LinearDodge",
    'LinearLight' = "LinearLight",
    'Luminize' = "Luminize",
    'Mathematics' = "Mathematics",
    'MinusDst' = "MinusDst",
    'MinusSrc' = "MinusSrc",
    'Modulate' = "Modulate",
    'ModulusAdd' = "ModulusAdd",
    'ModulusSubtract' = "ModulusSubtract",
    'Multiply' = "Multiply",
    'None' = "None",
    'Out' = "Out",
    'Overlay' = "Overlay",
    'Over' = "Over",
    'PegtopLight' = "PegtopLight",
    'PinLight' = "PinLight",
    'Plus' = "Plus",
    'Replace' = "Replace",
    'Saturate' = "Saturate",
    'Screen' = "Screen",
    'SoftLight' = "SoftLight",
    'Src' = "Src",
    'SrcAtop' = "SrcAtop",
    'SrcIn' = "SrcIn",
    'SrcOut' = "SrcOut",
    'SrcOver' = "SrcOver",
    'Stereo' = "Stereo",
    'VividLight' = "VividLight",
    'Xor' = "Xor"
}
