import type { PropType } from "vue"; declare const _default: import("vue").DefineComponent<{ /** * Help text max-width * @default: 600px */ maxWidth: { type: StringConstructor; default: string; }; /** * Whether to display the serial number * @default: false */ showIndex: { type: BooleanConstructor; }; /** * Help text font color * @default: #ffffff */ color: { type: StringConstructor; default: string; }; /** * Help text font size * @default: 14px */ fontSize: { type: StringConstructor; default: string; }; /** * Help text list */ placement: { type: StringConstructor; default: string; }; /** * Help text list */ text: { type: PropType; }; }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; }; }>>, { color: string; placement: string; maxWidth: string; showIndex: boolean; fontSize: string; }>; export default _default;