export default function MuteEverybodyButton(props: { disabled?: boolean; }): JSX.Element | null;