import * as React from "react";
import type { Props } from "./types";
declare const ListChoice: ({ dataTest, id, icon, action, title, description, selectable, role, onClick, tabIndex, selected, disabled, ref, }: Props) => React.JSX.Element;
export default ListChoice;
//# sourceMappingURL=index.d.ts.map