export declare enum XmatOverlayStyles {
    DARK = "DARK",
    LIGHT = "LIGHT",
    TRANSPARENT = "TRANSPARENT"
}
