import React from 'react'; import { BaseContentBlock } from 'notion-types'; export declare const Asset: React.FC<{ block: BaseContentBlock; }>;