import { DetailedHTMLProps, InputHTMLAttributes } from 'react';
import { Color } from '../Provider/theme';
export declare type CheckableElement = DetailedHTMLProps, HTMLInputElement>;
export declare type CheckableProps = {
color?: Color;
checked?: boolean;
children?: never;
defaultChecked?: boolean;
type?: never;
} & CheckableElement;
//# sourceMappingURL=Checkable.type.d.ts.map