import * as React from "react";
import type { Props } from "./types";
declare const ListItem: ({ label, children, icon, dataTest }: Props) => React.JSX.Element;
export default ListItem;
