/** @jsx jsx */
import { FC } from 'react';
import { ListProps } from './List.type';
/**
* ```js
*
* import { List, ListTitle, ListButton, ListItem,
* ListTitle, ListText, Addon, Divider }
* from `@rkta/ui`;
* import { ChevronSmallRight, Wallet } from '@rkta/entypo';
*
*
* List Title
*
*
*
*
* Button with Addons
*
*
*
*
* Inset Button
*
*
* Inset Button with Addon
*
*
*
*
*
*
* Muted Item
* Highlighted Item
*
*
*
*
* Color Button
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
* ```
*/
export declare const List: FC;
//# sourceMappingURL=List.d.ts.map