import { IUseCount, IUseCountValue } from './types'; export default function useCount(props: IUseCount): IUseCountValue; //# sourceMappingURL=useCount.d.ts.map