import React from 'react'; import { Block } from 'notion-types'; export declare const AssetWrapper: React.FC<{ blockId: string; block: Block; }>;