export declare enum SCompositeType { Copy = 0, DestinationAtop = 1, DestinationIn = 2, DestinationOut = 3, DestinationOver = 4, Lighter = 5, SourceAtop = 6, SourceIn = 7, SourceOut = 8, SourceOver = 9, Xor = 10 }