import { ListItemProps } from "./types.js"; import React from "react"; //#region src/list/list-item.d.ts declare const ListItem: React.ForwardRefExoticComponent>; //#endregion export { ListItem }; //# sourceMappingURL=list-item.d.ts.map