/// <reference types="react" />
declare const Checkbox: ({ checked }: {
    checked: any;
}) => JSX.Element;
export default Checkbox;
