import { OnyxSplitButtonProps } from './types.js'; type __VLS_Slots = { /** * Use the `options` slot to provide the `OnyxMenuItem`s that should be displayed in the flyout. */ options: () => unknown[]; }; declare const __VLS_base: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent any; }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly & Readonly<{ "onUpdate:open"?: ((value: boolean) => any) | undefined; }>, { skeleton: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected; disabled: import('../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected; loading: boolean; alignment: import('../../composables/useOpenAlignment.js', { with: { "resolution-mode": "import" } }).OpenAlignment | "auto"; open: boolean | null; color: import('../OnyxButton/types.js', { with: { "resolution-mode": "import" } }).ButtonColor; mode: import('../OnyxButton/types.js', { with: { "resolution-mode": "import" } }).ButtonMode; trigger: "hover" | "click"; }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };