import type { ProvideEditorComponent } from "@glideapps/glide-data-grid"; import type { ArticleCell } from "./article-cell-types.js"; declare const ArticleCellEditor: ProvideEditorComponent; export default ArticleCellEditor;