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