interface Props { muted: boolean; onpointerup?: () => void; } declare const VolumeButton: import("svelte").Component; type VolumeButton = ReturnType; export default VolumeButton;