import { icons } from '../../shared/icons';
export declare const CommunityLink: ({ href, icon, name }: Props) => JSX.Element;
interface Props {
    href: string;
    icon: keyof typeof icons;
    name: string;
}
export {};
//# sourceMappingURL=CommunityLink.d.ts.map