export * from './upload'; export interface MediaKeyComponent { key: string; } export interface SizedMediaComponent { width: number; height: number; }