import { default as React } from 'react'; import { ListItemSecondaryActionProps } from './types'; /** * Wrapper component for MUI ListItemSecondaryAction. * * @param props MUI ListItemSecondaryAction properties extended with custom props. * @returns JSX.Element */ declare const ListItemSecondaryAction: React.FC; export default ListItemSecondaryAction;