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