import { IPropertyListDescriptor } from '../IPropertyDescriptor'; export declare enum OVERFLOW { VISIBLE = 0, HIDDEN = 1, SCROLL = 2, AUTO = 3 } export declare const overflow: IPropertyListDescriptor;