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