import { IListItemProps } from "../types";
/**
 * List Item
 */
export declare const ListItem: (props: IListItemProps) => string;
