import React from 'react'; interface InsightLogoProps { width: number; darkColor: string; lightColor: string; } export declare const InsightLogo: React.FC; export {}; //# sourceMappingURL=index.d.ts.map