import { type HTMLAttributes } from "react";
import type { ListItemType } from "./listTypes";
export declare const ListItemProxy: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;
export declare const ListItem: ListItemType;