export declare enum UiPropertyDesignEnum {
    Normal = 0,
    Input = 1
}
