import type { IMedia } from '../types/Chatty.types'; interface IProps { media: IMedia; } export declare const Video: ({ media }: IProps) => JSX.Element; export {};