import { PropType } from 'vue'; import { TriggerEvent } from '@tuoyuan/arco/es/_utils/constant'; import { ButtonTypes } from '@tuoyuan/arco/es/button/constants'; declare function __VLS_template(): Readonly> & Record; declare const __VLS_component: import('vue').DefineComponent; default: string; }; hideOnClick: { type: BooleanConstructor; default: boolean; }; moreText: { type: StringConstructor; default: string; }; moreType: { type: PropType; default: string; }; moreStatus: { type: PropType<"normal" | "warning" | "success" | "danger">; default: string; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; default: string; }; hideOnClick: { type: BooleanConstructor; default: boolean; }; moreText: { type: StringConstructor; default: string; }; moreType: { type: PropType; default: string; }; moreStatus: { type: PropType<"normal" | "warning" | "success" | "danger">; default: string; }; }>> & Readonly<{}>, { trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[]; limit: number; hideOnClick: boolean; moreText: string; moreType: "text" | "primary" | "secondary" | "outline" | "dashed"; moreStatus: "normal" | "success" | "warning" | "danger"; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };