import type { ComponentPropsWithRef } from 'react';
export declare const ListItem: import("@vtex/admin-ui-react").AdminUIJsxElement<"li", {}, {}>;
export declare type ListItemProps = ComponentPropsWithRef<typeof ListItem>;
