/// <reference types="react" />
declare const Paperclip: (props: any, ref: any) => JSX.Element;
export default Paperclip;
