import { IAttachmentGroup } from '../components/AttachmentGroup';
export declare const ACCEPTABLE_IMAGE_TYPES: ReadonlyArray<string>;
export interface IAttachmentsPlugin extends IAttachmentGroup {
    acceptableMimeTypes?: ReadonlyArray<string>;
}
export declare const AttachmentsPlugin: (props: IAttachmentsPlugin) => import("react/jsx-runtime").JSX.Element;
