import '@oicl/openbridge-webcomponents/dist/components/split-button/split-button.js'; import { ContextMenuOption, ContextMenuType, ColumnGroup } from '@oicl/openbridge-webcomponents/dist/components/context-menu-input/context-menu-input.js'; export interface Props { label?: string; hasIcon?: boolean; options?: ContextMenuOption[]; selectedValues?: string[]; menuType?: ContextMenuType; multiSelect?: boolean | undefined; selectPerGroup?: boolean | undefined; itemsPerColumn?: number; hasTitleBar?: boolean; menuTitle?: string; fullWidth?: boolean; disabled?: boolean; openTop?: boolean; columnGroups?: ColumnGroup[]; } export type { ContextMenuOption, ContextMenuType, ColumnGroup } from '@oicl/openbridge-webcomponents/dist/components/context-menu-input/context-menu-input.js'; declare const _default: import("vue").DefineComponent; }>) => any; click: (payload: CustomEvent<{ action: "primary" | "dropdown"; value?: string; option?: ContextMenuOption; }>) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onChange?: ((payload: CustomEvent<{ selectedValues: string[]; selectedOptions: Array; }>) => any) | undefined; onClick?: ((payload: CustomEvent<{ action: "primary" | "dropdown"; value?: string; option?: ContextMenuOption; }>) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;