import type { PropType } from 'vue'; declare const _sfc_main: import("vue").DefineComponent<{ /** * 最大宽度 * @default: 600px */ maxWidth: { type: StringConstructor; default: string; }; /** * 是否显示序号,在 text 为 string[]情况下生效 * @default: false */ showIndex: { type: BooleanConstructor; }; color: { type: StringConstructor; }; fontSize: { type: StringConstructor; default: string; }; /** * 显示方向,参考 Tooltip 组件 */ placement: { type: StringConstructor; default: string; }; /** * 文本列表 */ text: { type: PropType; }; }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{ maxWidth?: unknown; showIndex?: unknown; color?: unknown; fontSize?: unknown; placement?: unknown; text?: unknown; } & { placement: string; maxWidth: string; showIndex: boolean; fontSize: string; } & { color?: string | undefined; text?: string | string[] | undefined; }>, { placement: string; maxWidth: string; showIndex: boolean; fontSize: string; }>; export default _sfc_main;