import { DecoratorFunction } from '@storybook/addons'; import { ThemeConfiguration } from '..'; declare type Keys = (keyof ThemeConfiguration)[]; export declare function themeWithKnobs(...picks: Keys): DecoratorFunction; export {};