import { ErrorType } from '@workday/canvas-kit-react/common';
import { CheckboxProps } from './CheckboxInput';
export declare const Checkbox: import("@workday/canvas-kit-react/common").ElementComponent<"input", CheckboxProps> & {
    ErrorType: typeof ErrorType;
};
export { CheckboxProps };
//# sourceMappingURL=Checkbox.d.ts.map