import { FC } from 'react'; import './index.css'; export declare const AudioRecordinDeviceIcon: ({ size, micEnabled, volume, pathColor, stopStartColor, }: { size?: number; micEnabled?: boolean; volume?: number; pathColor?: string; stopStartColor?: string; }) => import("react").JSX.Element; export declare const MicrophoneDevice: FC; export declare const CameraDevice: FC;