import { Props } from './types'; import { ComputedRef } from 'vue'; /** * 计算 */ export declare const useCounts: (props: Readonly>) => { curText: ComputedRef; curPosi: ComputedRef; };