import { Block as BlockType } from 'notion-types'; import React from 'react'; export declare const SyncPointerBlock: React.FC<{ block: BlockType; level: number; }>;