interface MicIconProps { color?: string; } declare const MicIcon: ({ color }: MicIconProps) => import("@emotion/react/jsx-runtime").JSX.Element; export default MicIcon;