import * as React from 'react'; import { KnobComponents } from './types'; declare type KnobProviderProps = { components?: Partial; }; export declare const KnobProvider: React.FunctionComponent; export {};