import type { FC } from 'react';
import type { ChooseAttachmentsProps } from './type';
import './index.less';
declare const ChooseAttachments: FC<ChooseAttachmentsProps>;
export default ChooseAttachments;
