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