import { UseKnobOptions } from './types'; export declare const useBooleanKnob: (options: UseKnobOptions) => [boolean, (newValue: boolean) => void];