import { SVGProps } from "react";
declare const SvgBookmark: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export default SvgBookmark;
