import { BookmarkNode } from '@prezly/slate-types'; type RequiredProps = Pick; type OptionalProps = Omit; export declare function createWebBookmark(props: RequiredProps & Partial): BookmarkNode; export {};