import { FC } from 'react'; import { SkillTagProps } from './Skill.types'; export declare const SkillTag: FC;