export declare const useDigit: (intialState?: number) => (number | ((d: number) => void))[];