import { VideoNode } from '@prezly/slate-types'; type RequiredProps = Pick; type OptionaProps = Pick; export declare function createVideoBookmark(props: RequiredProps & Partial): VideoNode; export {};