/// <reference types="react" />
/**
 * @private
 */
export interface MutedNotificationProps {
    speakingWhileMuted: boolean;
}
/**
 * Notify the user that they're muted.
 */
export declare function MutedNotification(props: MutedNotificationProps): JSX.Element;
//# sourceMappingURL=MutedNotification.d.ts.map