import type { TemplateResult } from 'lit'; import type { MediaItem } from './media-controller.js'; /** * This entire file was copied from shreddit * I removed some parts of it that were too "shreddit post creation" focused, but kept the original code style * Eventually we will remove it in favour of faceplate-ui image upload component, but for now we have this */ export declare function renderLoadingState(media: MediaItem): TemplateResult<1>; //# sourceMappingURL=render-loading-state.d.ts.map