import type { UseCounterProps, UseCounterOutput } from './types';
export declare function useCounter({ initialValue, step, }?: UseCounterProps): UseCounterOutput;
