import React from 'react'; import { Excel, Git, PowerBi, Python, R, Scala, Shell, Spreadsheet, Sql, Tableau, Theory } from '../generated/technologies'; export declare const logoComponents: { Excel: typeof Excel; excel: typeof Excel; Git: typeof Git; 'Power BI': typeof PowerBi; power_bi: typeof PowerBi; PowerBi: typeof PowerBi; Python: typeof Python; python: typeof Python; R: typeof R; Scala: typeof Scala; Shell: typeof Shell; Spreadsheets: typeof Spreadsheet; Sql: typeof Sql; SQL: typeof Sql; Tableau: typeof Tableau; Theory: typeof Theory; }; export declare type Technology = keyof typeof logoComponents; interface TechLogoProps extends React.ComponentProps { technology: Technology; } declare const TechLogo: React.FC; export default TechLogo;