import type { IAttachmentCellValue } from '@teable/core'; import type { ICellEditor } from '../type'; type IAttachmentEditor = ICellEditor; export declare const AttachmentEditor: (props: IAttachmentEditor) => import("react/jsx-runtime").JSX.Element; export {};