import React from 'react'; export interface RecordingIconProps { className?: string; } export default function RecordingIcon({ className }: RecordingIconProps): React.JSX.Element;