/// <reference types="react" />
import type { SmartCheckbox } from './PropTypes';
declare const Checkbox: import("react").FC<SmartCheckbox>;
export { Checkbox };
export { SmartCheckbox, SmartCheckboxEvents, SmartCheckboxProps, SmartCheckboxExternalClassName, SmartCheckboxChangeEvent, } from './PropTypes';
