import { ArcwarePixelStreaming } from "../../ArcwarePixelStreaming";
export declare class MicrophoneOverlay {
    private overlay;
    private parentElement;
    private micIcon;
    private stream;
    constructor(stream: ArcwarePixelStreaming);
    createOverlay(): void;
    toggleMessage(enabled: boolean): void;
    toggleVisibility(visible: boolean): void;
}
