import React from 'react';
import { UndrawSVGProps } from '../types';
declare const AttachedFile: React.FC<UndrawSVGProps>;
export default AttachedFile;
