export declare const MicrophoneIndicator: ({ size, voicePercent, pathColor, stopStartColor, indicatorColor, }: { size?: number; pathColor?: string; stopStartColor?: string; voicePercent?: number; indicatorColor?: string; }) => import("react").JSX.Element;