type __VLS_Props = { /** 单次循环时长(秒),与原版 motion duration 一致 */ duration?: number; /** 图标与文字间距(px) */ gap?: number; /** 图标边长(px),viewBox 24×24 等比缩放 */ iconSize?: number; /** 相邻字符动画延迟(秒) */ stagger?: number; /** 逐字动画的文案;使用插槽 #text 时可不传 */ text?: string; }; declare var __VLS_1: {}, __VLS_8: {}; type __VLS_Slots = {} & { icon?: (props: typeof __VLS_1) => any; } & { text?: (props: typeof __VLS_8) => any; }; declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, { text: string; duration: number; gap: number; iconSize: number; stagger: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };