declare const bookmark_plus: { _: { width: number; height: number; paths: { d: string; }[]; }; }; export default bookmark_plus;