import * as React from 'react';
import { GoogleDriveBlock } from 'notion-types';
export declare const GoogleDrive: React.FC<{
    block: GoogleDriveBlock;
    className?: string;
}>;
//# sourceMappingURL=google-drive.d.ts.map