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