import React from 'react';
declare function Skill(props: {
    classes?: string;
    checked?: boolean;
    onChange: (arg0: string, arg1: string | boolean) => void;
    name: string;
    value: string | number | readonly string[] | undefined;
    label?: React.ReactNode;
    hint?: React.ReactNode;
}): JSX.Element;
export default Skill;
