import { FC } from "react"; export interface BigMicIconProps { readonly isPulsating: boolean; } export declare const BigMicIcon: FC;