/****************************************************************** * Copyright (C) 2020 LvChengbin * * File: ListItem/index.tsx * Author: LvChengbin * Time: 05/26/2020 * Description: ******************************************************************/ /// import { ListItemProps as MuiListItemProps } from '@mui/material/ListItem'; export interface ListItemProps extends MuiListItemProps { task?: boolean; } declare const _default: import("@emotion/styled").StyledComponent<{ button?: false | undefined; } & import("@mui/material/ListItem").ListItemBaseProps & { components?: { Root?: import("react").ElementType | undefined; } | undefined; componentsProps?: { root?: (import("react").HTMLAttributes & import("@mui/material/ListItem").ListItemComponentsPropsOverrides) | undefined; } | undefined; } & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLLIElement>, "key" | keyof import("react").LiHTMLAttributes> & { ref?: ((instance: HTMLLIElement | null) => void) | import("react").RefObject | null | undefined; }, "className" | "children" | "style" | "classes" | "alignItems" | "button" | "sx" | "autoFocus" | "disabled" | "selected" | "dense" | "disablePadding" | "ContainerComponent" | "ContainerProps" | "disableGutters" | "divider" | "secondaryAction" | "components" | "componentsProps"> & import("@mui/system").MUIStyledCommonProps & ListItemProps, {}, {}>; export default _default;