import { PropType } from "vue"; import "./index.css"; declare const _default: import("vue").DefineComponent<{ customerGroups: { type: PropType<{ groupName: string; commands: { commandName: string; commandKey: string; commandAction: Function; }[]; }[]>; default: () => never[]; }; modalKey: { type: StringConstructor; default: string; }; isDisplayByGroup: { type: BooleanConstructor; default: boolean; }; themeMode: { type: ObjectConstructor; default: { dark: boolean; light: boolean; }; }; }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; default: () => never[]; }; modalKey: { type: StringConstructor; default: string; }; isDisplayByGroup: { type: BooleanConstructor; default: boolean; }; themeMode: { type: ObjectConstructor; default: { dark: boolean; light: boolean; }; }; }>>, { customerGroups: { groupName: string; commands: { commandName: string; commandKey: string; commandAction: Function; }[]; }[]; modalKey: string; isDisplayByGroup: boolean; themeMode: Record; }>; export default _default;