import React from 'react';
declare const Checkbox: React.MemoExoticComponent<({ disabled, checked }: {
    disabled?: boolean | undefined;
    checked: 'all' | 'half' | 'none';
}) => JSX.Element>;
export default Checkbox;
//# sourceMappingURL=Checkbox.d.ts.map