import { ListItemSecondaryActionTypeMap } from "./ListItemSecondaryActionProps"; /** * Must be used as the last child of ListItem to function properly. * * Demos: * * - [Lists](https://mui.com/components/lists/) * * API: * * - [ListItemSecondaryAction API](https://mui.com/api/list-item-secondary-action/) */ declare const ListItemSecondaryAction: import("@suid/types").OverridableComponent>; export default ListItemSecondaryAction; //# sourceMappingURL=ListItemSecondaryAction.d.ts.map