import { RefObject } from 'react'; export type CheckboxOthersContextProps = { checkboxRef: RefObject; inputRef: RefObject; }; export declare const CheckboxOthersContext: import("react").Context; export declare const useCheckboxOthers: () => CheckboxOthersContextProps;