import React from 'react'; interface CommunityHubIconProps { className?: string; width?: number; height?: number; } export declare const CommunityHubIcon: React.FC; export {}; //# sourceMappingURL=community-hub-icon.d.ts.map