import type { BookmarkProps } from './types.js';
export declare const useBookmarks: () => BookmarkProps;
