/// <reference types="react" />
import './style/index.js';
export * from './type';
export declare const Checkbox: {
    ({ as, name, label, radio, checked, slider, toggle, readOnly, disabled, fitted, right, className, ...props }: import("./type").CheckboxProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
    displayName: string;
};
export default Checkbox;
