export declare enum Visibility { None = 0, Mobile = 1, Tablet = 2, Laptop = 3, Monitor = 4, Television = 5 }