/** * Listen to the arrow key up and down events and update the selected index. * **Notice**: If the length is greater or equal to 0, the keyboard event will be prevented. * * @param length * @returns */ export declare function useQuillArrowIndex(length: number): [number, (index: number) => void];