import type { ComputedRef } from '@vue/reactivity'; import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from '@vue/runtime-core'; import { PropType } from 'vue'; import { GetColumnWidth, MenuBarData } from '../type'; declare const _default: DefineComponent<{ data: { type: PropType; default: () => {}; }; height: { type: NumberConstructor; }; }, { keys: ComputedRef<(keyof MenuBarData)[]>; columnWidth: ComputedRef; }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly; default: () => {}; }; height: { type: NumberConstructor; }; }>>, { data: MenuBarData; }>; export default _default;