import { MediaRemoteControl } from '../../media'; import { ToggleButtonElement } from '../toggle-button'; export declare const MUTE_BUTTON_ELEMENT_TAG_NAME = "vds-mute-button"; /** * A button for toggling the muted state of the player. * * 💡 The following attributes are updated for your styling needs: * * - `media-can-play`: Applied when media can begin playback. * - `media-muted`: Applied when media audio has been muted. * * @tagname vds-mute-button * @slot - Used to pass content into the mute toggle for showing mute/unmute states. * @csspart button - The button element (`