import { TwoTonedIcon } from '../iconTypes';
declare const BookmarkIcon: ({ className, height, title, width }: TwoTonedIcon) => JSX.Element;
export default BookmarkIcon;
