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