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