import { FC } from 'react';
import { ArrowKeysProps } from './ArrowKeys.type';
/**
* ```js
* import { ArrowKeys, ListTitle, Divider, List, ListButton } from '@rkta/ui';
*
* const list1 = [1, 2, 3];
* const list2 = [4, 5];
* return (
*
*
* Menu List
*
* {list1.map(item => (
* Option {item}
* ))}
*
* {list2.map(item => (
* Option {item}
* ))}
*
*
* );
* ```
*/
export declare const ArrowKeys: FC;
//# sourceMappingURL=ArrowKeys.d.ts.map