import { default as React } from 'react';
import { IActionButton } from '../../core/IActionButton';
interface SoundToggleProps {
    className?: string;
}
export declare const SoundToggle: React.FC<SoundToggleProps>;
/**
 * Creates a button config for the sound toggle
 */
export declare const createSoundToggleButton: () => IActionButton;
export {};
