import { FC } from "react";
interface AttachFileIconProps {
}
declare const AttachFileIcon: FC<AttachFileIconProps>;
export default AttachFileIcon;
