import type { Meta, StoryFn } from '@storybook/react'; declare const _default: Meta; export default _default; export declare const ThemedForm: StoryFn<{ theme: 'default' | 'theme1'; }>; export declare const ThemingHierarchy: StoryFn; interface ConfigurableBaseThemeProps { interactive?: string; } export declare const ConfigurableBaseTheme: StoryFn; interface ConfigurableComponentThemeProps { buttonColor?: string; checkedBackgroundColor?: string; } export declare const ConfigurableComponentTheme: StoryFn; interface ConfigurableLocaleProps { locale?: string; } export declare const ConfigurableLocale: StoryFn; interface ConfigurableTranslationsProps { placeholderTranslation?: string; } export declare const ConfigurableTranslations: StoryFn; //# sourceMappingURL=Configuration.stories.d.ts.map