import React from 'react'; interface CommunityIconProps { color?: string; className?: string; width?: number; height?: number; } /** @deprecated Use icons from icons-v2-generated instead. */ export declare const CommunityIcon: React.FC; export {}; //# sourceMappingURL=community-icon.d.ts.map