import type { TemplateResult } from 'lit'; import { DragState } from './drag-and-drop-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 */ interface RenderEmptyStateProps { allowImages: boolean; allowVideos: boolean; inputDragState: DragState; } export declare function renderEmptyState({ allowImages, allowVideos, inputDragState, }: RenderEmptyStateProps): TemplateResult<1>; export {}; //# sourceMappingURL=render-empty-state.d.ts.map