import { CSSProperties } from 'react'; interface IMicrophoneVolumnProps { close?: boolean; volume?: number; style?: CSSProperties; } export default function MicrophoneVolumn(props: IMicrophoneVolumnProps): import("react/jsx-runtime").JSX.Element; export {};