import { IPropertyIdentValueDescriptor } from '../IPropertyDescriptor'; export declare enum FLOAT { NONE = 0, LEFT = 1, RIGHT = 2, INLINE_START = 3, INLINE_END = 4 } export declare const float: IPropertyIdentValueDescriptor;