import { default as React } from 'react';
import { IconStyles } from './types';
interface AttachmentIconProps extends React.SVGProps<SVGSVGElement> {
    styles?: IconStyles;
}
declare const AttachmentIcon: React.FC<AttachmentIconProps>;
export default AttachmentIcon;
//# sourceMappingURL=Attachment.d.ts.map