/// import { BoxProps } from '../Box'; export declare type LocalListItemProps = {}; export declare type ListItemProps = BoxProps & LocalListItemProps; export declare const ListItem: import("react").ForwardRefExoticComponent & import("react").RefAttributes> & { displayName?: string; useProps: (props?: Partial, config?: { disableCSSProps?: string[]; themeKey?: string; }) => any; };