import { IGenericElementProps } from "../types"; import { IListItemSchema } from "./types"; export declare const ListItem: (props: IGenericElementProps) => import("react/jsx-runtime").JSX.Element;