import React from "react"; import type { CheckboxLegacyProps, CheckboxRebuiltProps } from "./Checkbox.types"; type CheckboxShimProps = CheckboxLegacyProps | CheckboxRebuiltProps; export declare const Checkbox: React.ForwardRefExoticComponent>; export type { CheckboxLegacyProps, CheckboxRebuiltProps };