/// import * as NAST from "nast-types"; import { BlockRendererProps } from "../interfaces"; export interface BookmarkProps extends BlockRendererProps { current: NAST.Bookmark; } export declare function Bookmark(props: BookmarkProps): JSX.Element; //# sourceMappingURL=Bookmark.d.ts.map