/// export declare const Checkbox: import("react").ForwardRefExoticComponent<{ wrapperRef?: import("react").RefObject | undefined; children?: undefined; label?: import("react").ReactNode; } & Omit & import("react").InputHTMLAttributes & { as?: keyof JSX.IntrinsicElements | undefined; forwardedAs?: keyof JSX.IntrinsicElements | undefined; }, "label" | "ref" | "children" | "wrapperRef"> & import("react").RefAttributes>; //# sourceMappingURL=Checkbox.d.ts.map