import { BooleanInputControlProps } from '../BooleanInputControl';
export declare const useChangeCallback: (theValue: boolean, props: BooleanInputControlProps) => void;
