import { FC } from "react"; export interface CommunityProps { width?: number; height?: number; className?: string | undefined; } export declare const CommunityDiscord: FC; export declare const CommunityTG: FC; export declare const CommunityX: FC; //# sourceMappingURL=communityIcon.d.ts.map