import { StandardProps } from '..'; export interface ListItemSecondaryActionProps extends StandardProps<{}, ListItemSecondaryActionClassKey> {} export type ListItemSecondaryActionClassKey = 'root'; declare const ListItemSecondaryAction: React.ComponentType; export default ListItemSecondaryAction;