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