import { IIconProps } from '@icon-park/svg/lib/runtime';
declare const Paperclip: (props: IIconProps) => JSX.Element;
export default Paperclip;
