import React from 'react'; import { GoogleDriveBlock } from 'notion-types'; export declare const GoogleDrive: React.FC<{ block: GoogleDriveBlock; className?: string; }>;