type Props = { onArrowLeft: () => void; onArrowRight: () => void; }; export declare function useArrowKeys({ onArrowLeft, onArrowRight }: Props): void; export {};