/** * Copyright © INOVUA TRADING. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ declare const _default: { items: (string | { label: string; secondaryLabel: string; disabled?: undefined; items?: undefined; } | { label: string; disabled: boolean; secondaryLabel: string; items?: undefined; } | { label: string; secondaryLabel?: undefined; disabled?: undefined; items?: undefined; } | { label: string; items: { label: string; name: string; }[]; secondaryLabel?: undefined; disabled?: undefined; })[]; theme: string; visible: boolean; enableAnimation: boolean; enableSelection: boolean; browserNativeSelectInputs: boolean; fadeDuration: number; fadeTransitionFunction: string; showSubMenuDelay: number; hideSubMenuDelay: number; constrainTo: boolean; }; export default _default;