import { MediaFileDisplayIcons } from "../../../../shared"; export interface CaptureReviewIcons { send: string; cancel: string; fileDisplay: MediaFileDisplayIcons; } export interface RecordingInfoIcons { recording: string; } export interface StreamWelcomeIcons { roundel: string; } export interface StreamControlsIcons { reverse: string; screenshot: string; recording: string; end: string; }