import { AttachmentFieldCore } from '@teable/core'; import { Field } from './field'; declare const AttachmentField_base: import("ts-mixer/dist/types/types").Class; export declare class AttachmentField extends AttachmentField_base { } export {};