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