///
import { type ListSubheaderProps as MuiListSubheaderProps } from '@mui/material';
import { type WithoutEmotionSpecific } from '../types';
export type ListSubheaderProps = WithoutEmotionSpecific;
export declare const ListSubheader: (props: ListSubheaderProps) => JSX.Element;