1import { IPropertyIdentValueDescriptor } from '../IPropertyDescriptor';
2export declare enum BORDER_STYLE {
3    NONE = 0,
4    SOLID = 1
5}
6export declare const borderTopStyle: IPropertyIdentValueDescriptor<BORDER_STYLE>;
7export declare const borderRightStyle: IPropertyIdentValueDescriptor<BORDER_STYLE>;
8export declare const borderBottomStyle: IPropertyIdentValueDescriptor<BORDER_STYLE>;
9export declare const borderLeftStyle: IPropertyIdentValueDescriptor<BORDER_STYLE>;
10