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