import { IconProps } from '../lib';
declare function Paperclip(props: IconProps): JSX.Element;
export default Paperclip;
