export declare const dropDownStoryArgs: { triggerLabel: { control: { type: string; }; table: { category: string; }; }; triggerHelperText: { control: { type: string; }; table: { category: string; }; }; triggerFeedbackText: { control: { type: string; }; table: { category: string; }; }; triggerFeedbackVariant: { options: ("success" | "warning" | "error")[]; table: { category: string; }; }; triggerFeedbackShowIcon: { control: { type: string; }; table: { category: string; }; }; predefinedTrigger: { description: string; options: ("default" | "icon-button" | "chip" | "app")[]; table: { category: string; }; }; size: { options: string[]; table: { category: string; }; }; multi: { control: { type: string; }; table: { category: string; }; }; placeholder: { control: { type: string; }; table: { category: string; }; }; disabled: { control: { type: string; }; table: { category: string; }; }; mandatory: { control: { type: string; }; table: { category: string; }; }; loading: { control: { type: string; }; table: { category: string; }; }; testId: { control: { type: string; }; table: { category: string; }; }; isOpen: { control: { type: string; }; table: { category: string; }; }; dynamicFilterMode: { control: { type: string; }; table: { category: string; }; description: string; }; isOnTop: { control: { type: string; }; table: { category: string; }; }; distance: { control: { type: string; }; table: { category: string; }; }; container: { control: { type: string; }; table: { category: string; }; }; flip: { control: { type: string; }; table: { category: string; }; }; skidding: { control: { type: string; }; table: { category: string; }; }; placement: { options: string[]; table: { category: string; }; }; optionsListWidth: { control: { type: string; }; table: { category: string; }; }; inlineSearch: { control: { type: string; }; table: { category: string; }; }; inlineSearchPlaceholder: { control: { type: string; }; table: { category: string; }; }; noResultsText: { control: { type: string; }; table: { category: string; }; }; searchAutoFocus: { control: { type: string; }; table: { category: string; }; }; optionLabelKey: { control: { type: string; }; table: { category: string; }; }; showSelectAll: { control: { type: string; }; table: { category: string; }; }; showClearAll: { control: { type: string; }; table: { category: string; }; }; defaultOpen: { control: { type: string; }; table: { category: string; }; }; optionNameKey: { control: { type: string; }; table: { category: string; }; }; optionIconKey: { control: { type: string; }; table: { category: string; }; }; optionImageKey: { control: { type: string; }; table: { category: string; }; }; optionIconType: { options: ("fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate")[]; table: { category: string; }; }; optionTwoLinesVariant: { options: string[]; table: { category: string; }; }; optionTwoLinesKey: { control: { type: string; }; table: { category: string; }; }; groupedOptions: { control: { type: string; }; table: { category: string; }; }; valueToCopy: { control: { type: string; }; description: string; table: { category: string; }; }; disabledOptionKey: { control: { type: string; }; description: string; table: { category: string; }; }; theme: { control: { type: string; }; table: { category: string; }; }; popperClass: { control: { type: string; }; table: { category: string; }; }; keepOpen: { control: { type: string; }; table: { category: string; }; }; autoSize: { control: { type: string; }; table: { category: string; }; }; disableKeyboardEvents: { control: { type: string; }; table: { category: string; }; }; fullWidth: { control: { type: string; }; table: { category: string; }; }; statusType: { options: ("default" | "disabled" | "success" | "warning" | "error" | "archive")[]; table: { category: string; }; }; };