import { IPropertyIdentValueDescriptor } from '../IPropertyDescriptor';
export declare const enum VISIBILITY {
    VISIBLE = 0,
    HIDDEN = 1,
    COLLAPSE = 2
}
export declare const visibility: IPropertyIdentValueDescriptor<VISIBILITY>;
