/** * Copyright (c) 2022 - present TinyVue Authors. * Copyright (c) 2022 - present Huawei Cloud Computing Technologies Co., Ltd. * * Use of this source code is governed by an MIT-style license. * * THE OPEN SOURCE SOFTWARE IN THIS PRODUCT IS DISTRIBUTED IN THE HOPE THAT IT WILL BE USEFUL, * BUT WITHOUT ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS FOR * A PARTICULAR PURPOSE. SEE THE APPLICABLE LICENSES FOR MORE DETAILS. * */ export declare const actionMenuProps: { options: { type: ArrayConstructor; default: () => never[]; }; maxShowNum: NumberConstructor; moreText: StringConstructor; spacing: { type: (StringConstructor | NumberConstructor)[]; }; textField: { type: StringConstructor; default: string; }; placement: { type: StringConstructor; default: string; }; popperClass: { type: StringConstructor; default: string; }; popperAppendToBody: { type: BooleanConstructor; default: boolean; }; trigger: { type: StringConstructor; default: string; }; suffixIcon: ObjectConstructor; showIcon: { type: BooleanConstructor; default: boolean; }; mode: { type: StringConstructor; default: string; }; tiny_mode: StringConstructor; tiny_mode_root: BooleanConstructor; tiny_template: (ObjectConstructor | FunctionConstructor)[]; tiny_renderless: FunctionConstructor; tiny_theme: StringConstructor; tiny_mcp_config: ObjectConstructor; tiny_chart_theme: ObjectConstructor; }; declare const _default: import('../../../node_modules/@vue/runtime-core').DefineComponent<{ options: { type: ArrayConstructor; default: () => never[]; }; maxShowNum: NumberConstructor; moreText: StringConstructor; spacing: { type: (StringConstructor | NumberConstructor)[]; }; textField: { type: StringConstructor; default: string; }; placement: { type: StringConstructor; default: string; }; popperClass: { type: StringConstructor; default: string; }; popperAppendToBody: { type: BooleanConstructor; default: boolean; }; trigger: { type: StringConstructor; default: string; }; suffixIcon: ObjectConstructor; showIcon: { type: BooleanConstructor; default: boolean; }; mode: { type: StringConstructor; default: string; }; tiny_mode: StringConstructor; tiny_mode_root: BooleanConstructor; tiny_template: (ObjectConstructor | FunctionConstructor)[]; tiny_renderless: FunctionConstructor; tiny_theme: StringConstructor; tiny_mcp_config: ObjectConstructor; tiny_chart_theme: ObjectConstructor; }, () => import('../../../node_modules/@vue/runtime-core').VNode, unknown, {}, {}, import('../../../node_modules/vue3').ComponentOptionsMixin, import('../../../node_modules/vue3').ComponentOptionsMixin, {}, string, import('../../../node_modules/vue3').PublicProps, Readonly never[]; }; maxShowNum: NumberConstructor; moreText: StringConstructor; spacing: { type: (StringConstructor | NumberConstructor)[]; }; textField: { type: StringConstructor; default: string; }; placement: { type: StringConstructor; default: string; }; popperClass: { type: StringConstructor; default: string; }; popperAppendToBody: { type: BooleanConstructor; default: boolean; }; trigger: { type: StringConstructor; default: string; }; suffixIcon: ObjectConstructor; showIcon: { type: BooleanConstructor; default: boolean; }; mode: { type: StringConstructor; default: string; }; tiny_mode: StringConstructor; tiny_mode_root: BooleanConstructor; tiny_template: (ObjectConstructor | FunctionConstructor)[]; tiny_renderless: FunctionConstructor; tiny_theme: StringConstructor; tiny_mcp_config: ObjectConstructor; tiny_chart_theme: ObjectConstructor; }>>, { options: unknown[]; mode: string; placement: string; tiny_mode_root: boolean; textField: string; popperClass: string; popperAppendToBody: boolean; trigger: string; showIcon: boolean; }, {}>; export default _default;