/// import type { ListItemOwnProps } from "../types"; declare const ListItem: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & Partial, Pick, HTMLLIElement>, keyof import("react").ClassAttributes | keyof import("react").LiHTMLAttributes>, {}>; export default ListItem; //# sourceMappingURL=ListItem.d.ts.map