/****************************************************************** * Copyright (C) 2020 LvChengbin * * File: List/index.tsx * Author: LvChengbin * Time: 05/26/2020 * Description: ******************************************************************/ /// import { ListProps as MuiListProps } from '@mui/material/List'; export interface ListProps extends MuiListProps { ordered?: boolean; } declare const _default: import("@emotion/styled").StyledComponent<{ children?: import("react").ReactNode; classes?: Partial | undefined; dense?: boolean | undefined; disablePadding?: boolean | undefined; subheader?: import("react").ReactNode; sx?: import("@mui/material/styles").SxProps | undefined; } & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLUListElement>, "key" | keyof import("react").HTMLAttributes> & { ref?: ((instance: HTMLUListElement | null) => void) | import("react").RefObject | null | undefined; }, "children" | keyof import("@mui/material/OverridableComponent").CommonProps | "sx" | "dense" | "disablePadding" | "subheader"> & import("@mui/system").MUIStyledCommonProps & ListProps, {}, {}>; export default _default;