export namespace normalProps { export const value: string; export const events: {}; export const label: string; export const labelVisible: boolean; export const layout: string; export const requiredFlag: boolean; export const name: string; export const placeholder: string; export const disabled: boolean; export { noop as onChange }; export const options: any[]; export const clearable: boolean; export const appearance: string; export const matchButtonWidth: boolean; export const virtual: boolean; export const searchable: boolean; export const size: string; export const enumType: string; export const customEnum: any[]; export const optionId: any; export const isModelApp: boolean; } export namespace multipleProps { const value_1: any[]; export { value_1 as value }; export namespace allOption { const value_2: string; export { value_2 as value }; export const text: string; export const tooltip: string; } } import { noop } from "../../../../utils/constant";