import { IPropertyIdentValueDescriptor } from '../IPropertyDescriptor';
export declare const enum LIST_STYLE_POSITION {
    INSIDE = 0,
    OUTSIDE = 1
}
export declare const listStylePosition: IPropertyIdentValueDescriptor<LIST_STYLE_POSITION>;
