export interface StorybookPluginConfig { type: 'web-components' | 'preact'; configDir?: string; } //# sourceMappingURL=StorybookPluginConfig.d.ts.map