import React from "react"; import type { FileItemFormatted } from "../../../../../FilePicker/index.js"; type PlaceholderProps = Pick; /** * Shown when the caller asks for a placeholder rather than the file's own preview. */ declare const Placeholder: ({ name }: PlaceholderProps) => React.JSX.Element; export { Placeholder, type PlaceholderProps };