import React from 'react'; export interface GoogleSheetsViewerProps { externalUrl: string; fileName?: string; height?: string; } export declare function GoogleSheetsViewer({ externalUrl, fileName, height }: GoogleSheetsViewerProps): React.JSX.Element; //# sourceMappingURL=google-sheets-viewer.d.ts.map