export declare const VISIBILITY_OPTIONS: {
    HIDDEN: string;
    SHOW: string;
    BY_COOKIE_VALUE: string;
};
