import React from 'react';
import { IconProps } from "./";
declare const Bookmark: React.FC<IconProps>;
export default Bookmark;
