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