export declare class MediaImage {
  src: string;
  alt: string;
  render(): any;
}
