declare const _default: __VLS_WithTemplateSlots string; optionNameKey?: string; optionImageKey?: string; optionIconKey?: string; optionIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate"; showAllSelectedText?: boolean; allSelected?: boolean; optionFlagKey?: string; statusDotType?: "default" | "disabled" | "success" | "warning" | "error" | "archive"; }>, { placeholder: string; selectedOption: any; options: any; size: string; open: boolean; disabled: boolean; testId: string; multi: boolean; label: string; mandatory: boolean; hoverHelpText: string; hoverHelpTextPlacement: string; feedbackText: string; feedbackVariant: any; showFeedbackIcon: boolean; loading: boolean; singleAppSelection: boolean; brandIconType: any; optionNameKey: any; optionImageKey: any; optionIconKey: any; optionIconType: any; showAllSelectedText: boolean; allSelected: boolean; optionFlagKey: any; statusDotType: any; }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { click: () => void; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly string; optionNameKey?: string; optionImageKey?: string; optionIconKey?: string; optionIconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate"; showAllSelectedText?: boolean; allSelected?: boolean; optionFlagKey?: string; statusDotType?: "default" | "disabled" | "success" | "warning" | "error" | "archive"; }>, { placeholder: string; selectedOption: any; options: any; size: string; open: boolean; disabled: boolean; testId: string; multi: boolean; label: string; mandatory: boolean; hoverHelpText: string; hoverHelpTextPlacement: string; feedbackText: string; feedbackVariant: any; showFeedbackIcon: boolean; loading: boolean; singleAppSelection: boolean; brandIconType: any; optionNameKey: any; optionImageKey: any; optionIconKey: any; optionIconType: any; showAllSelectedText: boolean; allSelected: boolean; optionFlagKey: any; statusDotType: any; }>>> & { onClick?: () => any; }, { label: string; testId: string; disabled: boolean; size: "small" | "medium" | "large"; open: boolean; mandatory: boolean; loading: boolean; options: unknown[]; singleAppSelection: boolean; hoverHelpText: string; hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end"; placeholder: string; feedbackText: string; feedbackVariant: "success" | "warning" | "error"; multi: boolean; optionNameKey: string; optionIconKey: string; optionImageKey: string; optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate"; optionFlagKey: string; allSelected: boolean; selectedOption: any; showFeedbackIcon: boolean; brandIconType: "android" | "ios"; showAllSelectedText: boolean; statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive"; }>, { image?(_: {}): any; flag?(_: {}): any; "icon-start"?(_: {}): any; "displayed-value"?(_: {}): any; "end-icon"?(_: {}): any; }>; export default _default; type __VLS_NonUndefinedable = T extends undefined ? never : T; type __VLS_TypePropsToRuntimeProps = { [K in keyof T]-?: {} extends Pick ? { type: import('vue').PropType<__VLS_NonUndefinedable>; } : { type: import('vue').PropType; required: true; }; }; type __VLS_WithDefaults = { [K in keyof Pick]: K extends keyof D ? __VLS_Prettify : P[K]; }; type __VLS_Prettify = { [K in keyof T]: T[K]; } & {}; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };