import {PropertyDescription, PropertyDescriptionInterface, PropertyValue} from './PropertyDescription'; export declare const PropertyDescriptionTable: Map; export declare const width: PropertyValue; export declare const height: PropertyValue; export declare const fieldLabel: PropertyValue; export declare const text: PropertyValue; export declare const iconCls: PropertyValue; export declare const borderless: PropertyValue; export declare const labelAlign: PropertyValue; export declare const type: PropertyValue; export declare const labelWidth: PropertyValue; export declare const gravity: PropertyValue; export declare const hidden: PropertyValue; export declare const readonly: PropertyValue; export declare const disabled: PropertyValue; export declare const loading: PropertyValue; export declare const required: PropertyValue; export declare const value: PropertyValue; export declare const prompt: PropertyValue; export declare const validType: PropertyValue; export declare const metaId: PropertyValue; export declare const template: PropertyValue; export declare const tooltip: PropertyValue; export declare const onClick: PropertyValue; export declare const YvBase: PropertyDescriptionInterface; export declare const YvDataSource: PropertyDescriptionInterface;