import React from 'react'; import { CollectionViewType } from 'notion-types'; interface CollectionViewIconProps { className?: string; type: CollectionViewType; } export declare const CollectionViewIcon: React.FC; export {};