import { InputHTMLAttributes, FC, PropsWithChildren } from "react"; import { CheckboxProps } from "./CheckboxProps"; import "./checkbox.scss"; export type { CheckboxProps }; export declare const CheckboxComponent: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export declare const CheckboxProvider: FC;