export declare class VisibilityStatus { static VISIBILITY: string; static VISIBLE: string; static HIDDEN: string; }