import React from "react";

/**
 * attachment.svg
 */
declare const AttachmentIcon: React.ForwardRefExoticComponent<
    Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
    React.RefAttributes<SVGSVGElement>
>;

export default AttachmentIcon;
