declare const selectJump: { label: string; value: string; }[]; declare const selectOperation: { value: string; label: string; }[]; declare const selectSearchType: { value: string; label: string; }[]; declare const selectMode: { value: string; label: string; }[]; declare const selectSize: { value: string; label: string; }[]; declare const selectSize2: { value: string; label: string; }[]; declare const selectTextSeat: { value: string; label: string; }[]; declare const selectThemeSize: { value: string; label: string; }[]; declare const selectTitleSize: { value: string; label: string; }[]; declare const selectTextSize: { value: string; label: string; }[]; declare const selectTextStyle: { value: string; label: string; }[]; declare const selectTextAlign: { value: string; label: string; }[]; declare const selectTextColor: { value: string; label: string; }[]; declare const selectTextFormat: { value: string; label: string; }[]; declare const selectDriverType: { value: string; label: string; }[]; declare const selectDriverOrientation: { value: string; label: string; }[]; declare const importModel: { value: string; label: string; }[]; declare const eventType1: { value: string; label: string; }[]; declare const eventTypeInput: { value: string; label: string; }[]; declare const eventType2: { value: string; label: string; }[]; declare const fileType: { value: string; label: string; }[]; declare const fileUploadType: { value: string; label: string; }[]; declare const selectValidators: { value: string; label: string; }[]; declare const Layout1: number[]; declare const formSetText: { required: { label: string; param1Label: string; }; minlength: { label: string; param1Label: string; }; maxlength: { label: string; param1Label: string; }; min: { label: string; param1Label: string; }; max: { label: string; param1Label: string; }; email: { label: string; param1Label: string; }; pattern: { label: string; param1Label: string; }; equal: { label: string; param1Label: string; }; }; declare const HorizontalDate: { value: string; label: string; }[]; declare const VerticalDate: { value: string; label: string; }[]; declare const iconTheme: { label: string; value: string; }[]; declare const iconTheme2: { label: string; value: string; }[]; declare const dataMode: { value: string; label: string; }[]; declare const disabledHours: number[]; declare const disabledMinutes: number[]; export { fileType, fileUploadType, disabledMinutes, disabledHours, selectThemeSize, eventType1, eventType2, eventTypeInput, HorizontalDate, VerticalDate, selectSize2, selectMode, iconTheme, dataMode, Layout1, selectJump, selectSize, selectOperation, selectSearchType, selectTextSeat, selectValidators, selectTitleSize, formSetText, selectTextSize, selectTextStyle, selectTextAlign, selectTextColor, selectTextFormat, iconTheme2, selectDriverType, selectDriverOrientation, importModel };