import React from 'react';
import { CheckboxProps } from '.';
declare const WrappedCheckbox: React.ComponentType<CheckboxProps & import("../common/Focusable").WithFocusableProps<HTMLDivElement>>;
export { WrappedCheckbox as Checkbox };
//# sourceMappingURL=Checkbox.d.ts.map