import { FC } from 'react'; interface RecordingProps { active: boolean; } export declare const Recording: FC; export {};