export * from './List'; export * from './ListItem'; export * from './ListItemAvatar'; export * from './ListItemButton'; export * from './ListItemIcon'; export * from './ListItemSecondaryAction'; export * from './ListItemText'; export * from './ListSubheader'; export declare const ListThemeComponents: { MuiList: { defaultProps?: Partial | undefined; styleOverrides?: Partial> | undefined; variants?: { props: Partial | ((props: Partial & { ownerState: Partial; }) => boolean); style: import("@mui/system").Interpolation<{ theme: import("../../styles").Theme; }>; }[] | undefined; } | undefined; MuiListItem: { defaultProps?: Partial | undefined; styleOverrides?: Partial> | undefined; variants?: { props: Partial | ((props: Partial & { ownerState: Partial; }) => boolean); style: import("@mui/system").Interpolation<{ theme: import("../../styles").Theme; }>; }[] | undefined; } | undefined; MuiListItemAvatar: { defaultProps?: Partial | undefined; styleOverrides?: Partial> | undefined; variants?: { props: Partial | ((props: Partial & { ownerState: Partial; }) => boolean); style: import("@mui/system").Interpolation<{ theme: import("../../styles").Theme; }>; }[] | undefined; } | undefined; MuiListItemText: { defaultProps?: Partial> | undefined; styleOverrides?: Partial> | undefined; variants?: { props: Partial> | ((props: Partial> & { ownerState: Partial>; }) => boolean); style: import("@mui/system").Interpolation<{ theme: import("../../styles").Theme; }>; }[] | undefined; } | undefined; MuiListItemButton: { defaultProps?: Partial | undefined; styleOverrides?: Partial> | undefined; variants?: { props: Partial | ((props: Partial & { ownerState: Partial; }) => boolean); style: import("@mui/system").Interpolation<{ theme: import("../../styles").Theme; }>; }[] | undefined; } | undefined; MuiListItemIcon: { defaultProps?: Partial | undefined; styleOverrides?: Partial> | undefined; variants?: { props: Partial | ((props: Partial & { ownerState: Partial; }) => boolean); style: import("@mui/system").Interpolation<{ theme: import("../../styles").Theme; }>; }[] | undefined; } | undefined; MuiListSubheader: { defaultProps?: Partial | undefined; styleOverrides?: Partial> | undefined; variants?: { props: Partial | ((props: Partial & { ownerState: Partial; }) => boolean); style: import("@mui/system").Interpolation<{ theme: import("../../styles").Theme; }>; }[] | undefined; } | undefined; MuiListItemSecondaryAction: { defaultProps?: Partial | undefined; styleOverrides?: Partial> | undefined; variants?: { props: Partial | ((props: Partial & { ownerState: Partial; }) => boolean); style: import("@mui/system").Interpolation<{ theme: import("../../styles").Theme; }>; }[] | undefined; } | undefined; };