import React from 'react'; import { CollectionPropertySchema } from 'notion-types'; export declare const CollectionColumnTitle: React.FC<{ schema: CollectionPropertySchema; }>;