export declare const BlockElementType: { readonly BUTTON: "button"; readonly CHANNELS_SELECT: "channels_select"; readonly CHECKBOX: "checkbox"; readonly CONVERSATIONS_SELECT: "conversations_select"; readonly DATEPICKER: "datepicker"; readonly ICON: "icon"; readonly ICON_BUTTON: "icon_button"; readonly IMAGE: "image"; readonly LINEAR_SCALE: "linear_scale"; readonly MULTI_CHANNELS_SELECT: "multi_channels_select"; readonly MULTI_CONVERSATIONS_SELECT: "multi_conversations_select"; readonly MULTI_STATIC_SELECT: "multi_static_select"; readonly MULTI_USERS_SELECT: "multi_users_select"; readonly OVERFLOW: "overflow"; readonly PLAIN_TEXT_INPUT: "plain_text_input"; readonly RADIO_BUTTON: "radio_button"; readonly STATIC_SELECT: "static_select"; readonly TAB: "tab"; readonly TIME_PICKER: "time_picker"; readonly TOGGLE_SWITCH: "toggle_switch"; readonly USERS_SELECT: "users_select"; }; //# sourceMappingURL=BlockElementType.d.ts.map